how to build a patch for existing installer

霸气de小男生 提交于 2019-12-24 10:15:52

问题


I build an installer, and it is deployed. I need build a patch to upgrade old files with new files. Please help me. Please help me how to do it.

I am using Visual Studio 2010 Ultimate.

Thanks.


回答1:


Visual Studio doesn't support creating patches, but you can always create major upgrades:

  • increase your Product Version, changing the Product Code
  • keep the same Upgrade Code
  • modify your installer project and build it
  • when the new version runs, it will automatically detect and uninstall older versions

If you really want a patch (MSP), I suggest using a free or commercial setup authoring tool.



来源:https://stackoverflow.com/questions/5910912/how-to-build-a-patch-for-existing-installer

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