How do I ensure my winform application deployment overwrites old versions

后端 未结 4 870
忘了有多久
忘了有多久 2021-01-02 12:28

I have created a msi install package for my project from the VS2008 deployment project. but I am having problems when it comes to upgrading installs, The previously installe

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-02 13:19

    Windows Installer has built in checks on your files to make sure that the version is higher than the previous version of that file. If it is not, Windows Installer will not overwrite it. For more extensive info on how Windows Installer handles versioning check out this MSDN article:

    http://msdn.microsoft.com/en-us/library/aa368599%28VS.85%29.aspx

提交回复
热议问题