cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DashNY2
Level 3

Upgrade Code same but old version not uninstalled

Usually when we release a new version, we change the ProductCode and leave the UpgradeCode intact. This way, when a user installs a new version MSI, the old version is automatically removed.

However, currently we're experiencing a problem where a version 1.1.26.10 is installed on a user's box and when he installs, 1.1.39.00, the old version is not removed. As a result, both versions are listed in Add/Remove Programs as separate installed applications.

We used Microsoft's ORCA applcation to look inside both MSI and confirmed that the product codes are different and the upgrade codes are the same.

What could be the cause of this behavior?

Thanks,
O.
Labels (1)
0 Kudos
(1) Reply
Mike_Marino
Level 6 Flexeran
Level 6 Flexeran

Have you verified the VersionMin and VersionMax values of the Upgrade Table?

I would also look at what you have in the Attributes column.

The Default Express setting for the Attributes column is

msidbUpgradeAttributesVersionMinInclusive +
msidbUpgradeAttributesVersionMaxInclusive
0 Kudos