Question about creating an executable with the setup project

Hephie

New member
Joined
May 5, 2007
Messages
2
Programming Experience
1-3
Hy guys,

I have been looking around for an answer on my problem, but i couldn't find one. Sorry if the question, and the answer were already been posted before. I might have overlooked it.

My question: (just a small one :))
It concerns a question about the .NET Setup Project (Setup & Deployment).
I was already able to create a working executable for my windows application.

Now, my question, is there a way to specify or to set a property from the setup project for "Automatically launching the application on Windows boot up/start up". Does anyone know how to do this?

I've been looking on google and stuff, but couldn't find the answer.

Thanks for the one who helps me out.

Greetzz
Hephie
 
View FileSystem, in Application Folder you have added the primary output, create a shortcut to this. Add Special Folder: User's Startup Folder, move the shortcut you created to this folder.
 
Back
Top