Automatical start up
-
I have an application that I want to start as soon as the user enters Windows. How can I configure this from the installation? Could anyone give me a link or some advice?:)
I am fighting against the Universe... Reference-Rick Cook
-
I have an application that I want to start as soon as the user enters Windows. How can I configure this from the installation? Could anyone give me a link or some advice?:)
I am fighting against the Universe... Reference-Rick Cook
Make it a service. Get it put into the special Startup folder. Take your pick.
Deja View - the feeling that you've seen this post before.
-
Make it a service. Get it put into the special Startup folder. Take your pick.
Deja View - the feeling that you've seen this post before.
Thanks. I'll go with the special folder part.:-D
I am fighting against the Universe... Reference-Rick Cook
-
I have an application that I want to start as soon as the user enters Windows. How can I configure this from the installation? Could anyone give me a link or some advice?:)
I am fighting against the Universe... Reference-Rick Cook
-
I have an application that I want to start as soon as the user enters Windows. How can I configure this from the installation? Could anyone give me a link or some advice?:)
I am fighting against the Universe... Reference-Rick Cook
In setup project -> file system Editor add the user's startup project and add your exe their. or visit this link http://www.developerfusion.co.uk/forums/thread/97759/
-
I have an application that I want to start as soon as the user enters Windows. How can I configure this from the installation? Could anyone give me a link or some advice?:)
I am fighting against the Universe... Reference-Rick Cook
There are a lot of ways. 1) Windows Service (works even if no one is logged on) 2) Startup Folder of Users/All Users
Vasudevan Deepak Kumar Personal Homepage Tech Gossips