I have a VS2010 Setup project for a C# Winforms solution. Deployment of updates using incremental assembly versions and incremental setup version works great.
The problem lies within the msi launch (from within the app), overwriting shortcuts, which then breaks any user created shortcuts (like pin to taskbar).
I've changed the shortcuts to Non-Advertised but any user created shortcuts still break with the following message:
Advertised shortcut's prompt with an "Incorrect Parameter" error after the update.
Even installing with the following arguments don't resolve the issue:
msiexec /i Updates\\Installer.msi /qn /L install.log REINSTALLMODE=amus DISABLEADVTSHORTCUTS=1