-
I'm using the new <Files> element which works well. I have an UpgradeCode. But when I install my .msi more than once, each time a new entry in the ARP (Add/Remove Programs) is created, and I have to remove them all independently, even if the Version string doesn't change. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Increment the version number and upgrades will work as you expect. Or take a look at MajorUpgrade/@AllowSameVersionUpgrades. |
Beta Was this translation helpful? Give feedback.
-
Aha, thanks for that pointer to AllowSameVersionUpgrades! Curious - why isn't that on by default? What is the point in allowing the same installer to be 'installed' more than once? |
Beta Was this translation helpful? Give feedback.
-
I think we're going to leave conversations open since they show up better in search. Marking the "Answer" is much appreciated though. Thanks. |
Beta Was this translation helpful? Give feedback.
Increment the version number and upgrades will work as you expect. Or take a look at MajorUpgrade/@AllowSameVersionUpgrades.