cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ChandanOmkar
Level 8

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 was 3.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 the 3.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?
Labels (1)
0 Kudos
(1) Reply
KathyMorey
Level 10

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.
0 Kudos