This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Upgrade/reinstall application Installshield LE
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 29, 2015
06:29 AM
Upgrade/reinstall application Installshield LE
Hi
I'm using Visual Studio 2013 with Installshield LE. After initial build and installation of my application, the subsequent runs of the installer show the maintenance dialog window where I can change, repair or uninstall my application. When I rebuild the InstallShield project inside Visual Studio, the new built installer does not open with the maintenance dialog window. Instead It says I have to first uninstall the application manually before I can install the new application.
The product code and upgrade code didn't change. Also its the same version of the application. I have to change the product code to automatically uninstall and install the new application. Has this something to do with the package code?
It doesn't help, if I copy the old package code to the Setup.ini file. Is there a work around to rebuild the exact same installer?
Appreciate any help.
I'm using Visual Studio 2013 with Installshield LE. After initial build and installation of my application, the subsequent runs of the installer show the maintenance dialog window where I can change, repair or uninstall my application. When I rebuild the InstallShield project inside Visual Studio, the new built installer does not open with the maintenance dialog window. Instead It says I have to first uninstall the application manually before I can install the new application.
The product code and upgrade code didn't change. Also its the same version of the application. I have to change the product code to automatically uninstall and install the new application. Has this something to do with the package code?
It doesn't help, if I copy the old package code to the Setup.ini file. Is there a work around to rebuild the exact same installer?
Appreciate any help.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 05, 2015
10:13 AM
That message occurs if you are running the MSI with different package code. It is not recognized as the same package and it is not an upgrade. Ideally, you will want to run the same package you installed with to perform maintenance.
The Generate Package Code option in the releases view changes the package code every time you build. I think that cannot be disabled in the limited edition.
The Generate Package Code option in the releases view changes the package code every time you build. I think that cannot be disabled in the limited edition.