开发者

Updating an Application on a locked down user's PC

I am writing a Windows forms application to go between our other systems and our new software package that we are still setting up. I am doing an iterative development method because I am creating the tools as we find that we need them. My problem now is that when I publish a new change, we have to go to the workstations, log in as admin, and install this app. Being the process as it is, this just isn't feasible.

What other options do I for releasing this to the users? And how would I go about doing it?

I am using VS开发者_运维技巧2008 and .NET 3.5


Maybe you could use ClickOnce deployment.


I've used Web Update Wizard Which installs a service (which runs with admin rights) when you first install your app. Then when it updates, the service does the updating.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜