Page 1 of 1

Difficulties with NT service

Posted: Thu Jun 10, 2004 12:54 pm
by thyr0x1ne
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

Re: Difficulties with NT service

Posted: Thu Jun 10, 2004 4:59 pm
by Manolo
thyr0x1ne 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 :
Dont remove #SERVICE_ALL_ACCESS, change for this #SERVICE_ALL_ACCESSED

Manolo

Posted: Fri Jun 11, 2004 1:04 pm
by thyr0x1ne
thks for the tip , but the problem still the same

error 1503 ... cant really understand why , even after a proper reboot

well maybe its an internal problem with the exe i want make a service of

btw thks for this tip