This is completely normal, but people seem to be entirely unaware that MSI-based installs are a) self-repairing and b) should be updated with an MSI-based update mechanism, which in VS setup projects is a new version of your setup that usesRemoveExistingProducts.
If you search this forum for DISABLEADVTSHORTCUTS you'll see some discussion of how to prevent shortcuts from doing this, but keep in mind that the supported way for VS setup projects to install new versions is RemoveExistingProducts. Phil Wilson- Marked As Answer byAland LiMSFT, ModeratorWednesday, August 26, 2009 11:17 AM
-
|