Difficulties with NT service

Just starting out? Need help? Post your questions and find answers here.
thyr0x1ne
User
User
Posts: 18
Joined: Sat Feb 14, 2004 11:38 pm

Difficulties with NT service

Post 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
Manolo
User
User
Posts: 75
Joined: Fri Apr 25, 2003 7:06 pm
Location: Spain

Re: Difficulties with NT service

Post 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
Return to the forum
thyr0x1ne
User
User
Posts: 18
Joined: Sat Feb 14, 2004 11:38 pm

Post 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
Post Reply