How do I add a shortcut of my program to the startup folder on the user machine when they install the program when using visual studio installer to create the deployment package?
Great that work pretty good, the only thing is I can't seem to find any info on creating a shortcut of the program to be installed on the target system. I did find that I can create a shortcut but the short cut does work when I installed it on the target machine, its seems like the target path of the shortcut when installed shows nothing.
You set the shortcut's properties in VSI over in the Properties window. if this is not showing, right-click on the shortcut and choose "Properties Window" to display it.
From there you can choose the installed "Component" for the shortcut to target, Arguments if any, an Icon if you don't want the target EXE's default icon, the shortcut's Name, etc.