How to create an update patch for windows application

我们两清 提交于 2019-12-06 12:57:44

Here is a useful link for you :

http://www.codeproject.com/Articles/125721/Installer-and-Patching-Program-using-Visual-Studio

You can combine other software such as SQL express and printer driver with the application by adding custom action in the setup project.

What you can patch depends up how you partitioned it in the first place. Did you design it to be patched? If not the best case may be bite the bullet and reinstall a newer version.

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