I wrote a simple mail checker and wanted add it as a NT service on my windows XP to check if mails where on my ISP account.
I of course tried the NT Service script from purearea.net allready given here : viewtopic.php?t=8762&highlight=nt+service
I removed the #SERVICE_ALL_ACCESS declaration line , and tried the .exe with "install" parameter. The service appears in my control panel , but when i try to start it , i get this error :
Error 1053: The service did not respond to the start or control request in a timely fashion
I browsed the net in order to find some solutions but couldnt find one ... maybe someone had the same experience ; thks for any help
Difficulties with NT service
Re: Difficulties with NT service
Dont remove #SERVICE_ALL_ACCESS, change for this #SERVICE_ALL_ACCESSEDthyr0x1ne wrote:I removed the #SERVICE_ALL_ACCESS declaration line , and tried the .exe with "install" parameter. The service appears in my control panel , but when i try to start it , i get this error :
Manolo
Return to the forum