I recently received the honour (

Most of these applications have MSI setups created with Visual Studio Installer 1.1.
While cleaning up the project, I ran into a litte problem with shortcuts.
The original MSI didn't create any shortcuts. The users had to create them theirselves. I modified the Visual Studio Installer project so the shortcuts are created during installation.
So far, everything works fine.
One of the application can be started by just opening the application, or by specifying a filename as a parameter.
When the application was installed as before, and the users created their own shortcuts, they could drag a file onto the shortcut to launch the program.
However, since I added the shortcuts to the installer, this feature doesn't work anymore (when viewing the properties of the shortcut, the target fields is readonly and contains only the name of the application, not the full path).
Does anyone know if this behaviour is by design & whether it can be changed?
Thanks for your help.
Sven