How to: Include a Data File in a ClickOnce Application
How to: Include a Data File in a ClickOnce Application.
Here's a great post on how to add a desktop shortcut to ClickOnce Deployed Application. (Scott Schecter's post)http://blog.scottschec... Here's the version of this solution in VB. (Julia Lerman's post)http://blog.ziffdavis.... If you don't want to follow the link, here's the code: /// <summary> /// This will create a Application Reference file on the users desktop /// if they do not already ......