I have a vb.net application that I will be deploying to my clients. First question is, I have an .exe file which creates the desktop shortcut for, however I also have a .pdf file (Instructions on how to use the application) which I want a shortcut on the desktop as well. How do I get that shortcut for the .pdf file?
Second, I need guidance for the Signing portion of the clickonce. When it's signed by a Test Certificate it gives me the 'unsafe' warning. Any tutorials that I can read so I can get a signed correctly so this doesn't happen?