Autoupdating .net applications

这一生的挚爱 提交于 2019-12-03 09:08:38
dF.

See the answers to this similar question: a few auto-update frameworks were recommended there which are designed for (or work with) .net apps:

At my company, we use a custom inhouse updater for our applications. It's embedded as as a resource in the main application executable and when the application needs to update, the updater is extracted, written to disk and launched to do the update. The updater can download a .msi and launch it or it can download a zip file and unzip it's content int the application folder. Pretty simple and effective.

Try an off-the-shelf autoupdate product: http://www.AutoUpdatePlus.com

Try AutoUpdater.NET class library for .net created by me. You just need to add One line of code in and user can update your application with ease.

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