VS2010 contains a ‘setup’ project that creates an installation package. I need a short cut to the app that will be installed on the user’s desktop. The shortcut I know how to create with the setup/Install is a ‘special’ shortcut and I can’t use it to drop files onto it (and launch the app from it). Anyone knows how to create a full-features-shortcut that will follow the user’s specified installation path (if he changes it)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
To create a shortcut in a Visual Studio setup project, you can try this:
I'm not sure what you mean by "special shortcut", but this is the only type of shortcut you can create with Visual Studio. |
|||||
|
|
You probably have to disable advertised shortcuts with a tool like Orca. More info here: http://social.msdn.microsoft.com/forums/en-US/winformssetup/thread/d87e8737-dc71-4a5d-a3e7-6653888dd129/?prof=required |
|||
|
|