What's the best way for a .NET windows forms application to update itself?

痞子三分冷 提交于 2019-12-14 03:51:29

问题


I use a home-grown system where the application updates itself from a web service. However, I seem to remember something in the original .NET sales pitch about auto-updating of components being a built-in feature of .NET. What are the best practices for having an application update itself and/or the assemblies it uses?


回答1:


You may want to take a look at the Click-Once technology. Some great examples in these references.

http://www.codeproject.com/KB/install/QuickClickOnceArticle.aspx

http://msdn.microsoft.com/en-us/magazine/cc163973.aspx




回答2:


Will ClickOnce do everything you want?



来源:https://stackoverflow.com/questions/150935/whats-the-best-way-for-a-net-windows-forms-application-to-update-itself

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!