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
- :
- Minor Upgrade not working after changing the MSI name
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Sep 11, 2009
02:44 AM
Minor Upgrade not working after changing the MSI name
In my InstallScript MSI project i have added version number with product display name in the UI. This causes the change in the msi name of the setup.
e.g previously the msi name was3.00.008.0.msi ...and now i have reverted back the product name without version number so its now .msi. version is now 3.00.009.0
Now i am facing a problem that still its searching the3.00.008.0.msi during upgrade and throwing error.
How can i prevent this, is there any file or registry key which strores this msi value?
Any help will be appreciated?
e.g previously the msi name was
Now i am facing a problem that still its searching the
How can i prevent this, is there any file or registry key which strores this msi value?
Any help will be appreciated?
(1) Reply
Sep 11, 2009
08:28 AM
You might want to double-check the help for minor and major upgrades, but I don't believe you can do a minor upgrade if the MSI name changed. You may have to do major upgrade.