I made a service (WinServiceProject) many days ago and I want that this start automatic but with a Delayed Time... I found a solution but this cant help me: http://support.microsoft.com/kb/193888/en-us
I modify the regedit at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinServiceProject but this doesn't work.
I add Multi-String Value (DependOnService) and set many services before... this works but dont like I want.
The solution I need its with time, set many time and execute the service after this time. If I need add code to my service I will do it.
Thanks.
OnStart()
otherwise it may appear that the service doesn't start successfully. – Martin