How do I create a website shortcut in a VS Setup project?

How do I create a shortcut to my site in a VS 2008 installation project?

I want to have a shortcut created inside the User Program \ MyProgram menu after installing the application.

I could create a shortcut for the application itself, but I don't know how to make a shortcut for the http: // address.

Can anyone please help?

0


source to share


1 answer


Found an answser.

Create a .cmd file with:



start http://www.mywebsite.com

And add a shortcut to it.

+1


source







All Articles