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
- :
- Another version of this product is already installed
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jan 16, 2013
11:16 PM
Another version of this product is already installed
I tried to create an upgrade path so that I'm not forced to uninstall my application with each new revision. This feature is not working for me and its not clear what are the requirements to get simple upgrades working. Its perfectly ok for a full uninstall and reinstall - I just don't want to have to manually reinstall from the control panel each time.
- Tags:
- upgrade
(1) Reply
Dec 23, 2013
10:54 AM
This error usually occurs if you are attempting to run a minor upgrade but the REINSTALL and REINSTALLMODE properties aren't set. This should get set when using an exe - if you were running just an msi you would need to run msiexec.exe /i \product.msi REINSTALLMODE=vomus REINSTALL=ALL