Vb.net – Desktop shortcut for ClickOnce deployed application

clickoncedeploymentvb.net

I would like to create a desktop shortcut for my ClickOnce deployed application. The IDE is Visual Studio 2005 and there isn't any need for upgrading to Visual Studio 2008 yet.

Best Answer

If you have to stay with Visual Studio 2005, your only option is to write code to create the icon. Here's how to do it. However, be aware of the fact that if a user uninstalls your application, the desktop icon won't get removed.

If you ever upgrade to Visual Studio 2008 SP1, you'll get this feature out of the box.