Configuring InstallShield LE to remove previous versions built using Visual Studio Setup Projects

前端 未结 4 420
Happy的楠姐
Happy的楠姐 2020-12-03 04:07

Using Visual Studio 2010, I would like to switch over to using InstallShield LE instead of the Visual Studio Setup Project.

In the Setup Project, an option Rem

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-03 04:31

    You can try this:

    • open your old MSI with Orca and get its UpgradeCode from Property table
    • in your InstallShield LE project go to "General Information" in solution explorer
    • make sure that the "Upgrade Code" field is set to your old MSI UpgradeCode

    You should also make sure that ALLUSERS property has the same value for both versions (it's the same approach). You can read more about upgrades here: http://msdn.microsoft.com/en-us/library/aa369786(VS.85).aspx

提交回复
热议问题