I'm creating a setup deployment project and want to add the project output to startup so it can automatically start when Windows starts. How do I do it? Thanks in advance.
Printable View
I'm creating a setup deployment project and want to add the project output to startup so it can automatically start when Windows starts. How do I do it? Thanks in advance.
Hi,
Goto the File system View of your setup projects
Right click File System on target machine
Click Add Special Folder
Click User's Startup Folder
Select Application Folder
Right click your Primary output item
Click Create shortcut...
Drag shortcut to User's Startup Folder
Rename shortcut to what you want it to be called
That should do the trick :)
Regards
Liam
Thanks!