How to upgrade via msi

后端 未结 1 1419
遥遥无期
遥遥无期 2020-12-16 03:40

I want to upgrade my product via msi setup. The Upgrade Code of both msi remains the same because it\'s the same product family. Even if I change Version/Product Code of th

相关标签:
1条回答
  • 2020-12-16 04:28

    When you change the Version property in your Setup project, Visual Studio should prompt you to also change the ProductCode. You must do this. Then, you must also set the RemovePreviousVersion property to true. Make sure the UpgradeCode stays the same.

    This is probably the easiest way and, from reading your question, what you are looking for. Note that this is more of an uninstall, then reinstall, than an "upgrade" per se.

    0 讨论(0)
提交回复
热议问题