We have an installer for the application that is compiled using WiX, and each version is updated using a new installation package. The installer creates the advertised shortcut in the Start menu, and users often copy this shortcut to the desktop or other place. During the application update, the main update is performed and old shortcuts are deleted, which leads to the disappearance of the ones copied by users. This is a serious annoyance for users.
- Is there a way to update the advertised shortcuts while doing a basic MSI update (i.e. a different product code)?
- Or is there a way to allow minor updates by simply running setup.msi (without passing the REINSTALLMODE option on the command line)?
- Or is this the only way to solve this problem using non-advertised labels?
source
share