| View previous topic :: View next topic |
| Author |
Message |
Scheben Newbie

Joined: 09 Apr 2002 Posts: 9 Location: Stuttgart,Germany
|
Posted: Tue Jun 25, 2002 3:48 pm Post subject: Starting VDS Applications as Service? |
|
|
Hi there,
does anyone know if its possible to start a vds application as service on w2k or nt without any external programms e.g. how to make it?
cheers
chris |
|
| Back to top |
|
 |
chucks0 Newbie
Joined: 08 Jun 2002 Posts: 23
|
Posted: Tue Jun 25, 2002 11:55 pm Post subject: |
|
|
| I know you can do it using the servany program that comes with the resource kit. I'm not sure about doing it with just VDS. |
|
| Back to top |
|
 |
Scheben Newbie

Joined: 09 Apr 2002 Posts: 9 Location: Stuttgart,Germany
|
Posted: Wed Jun 26, 2002 12:20 am Post subject: |
|
|
| I dont know if i can distribute servany free with my app!? |
|
| Back to top |
|
 |
LinkSisco Valued Newbie
Joined: 17 May 2002 Posts: 30 Location: UK
|
Posted: Thu Jun 27, 2002 11:31 am Post subject: |
|
|
All windows version have this key in the registry...
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
You could start your program from within there, your program can easly add and remove reg objects.
Just a though on how you might get your program to autorun. |
|
| Back to top |
|
 |
|