Error 1053: The service did not respond to the start or control request in a timely fashion
Anyone knows how to resolve this error? I have started all the dependency services.This is a setup capture. Initially I had the control to start the service in my MSI, but even that was giving error stating that admin access is required. so I removed the start control and tried just installing the services through my MSI and then starting them manually.
I have imported all the registries too.
The fix provided by Microsoft does not apply here.
Re: error 1053
It could be as simple as the writing a batch file to use the admin account and password.
Or you might have Powerchute 6.0 or other Java based program that needs to be upgraded. (http://www.tomshardware.com/forum/217051-46-error-...)
I would try writing a quick .bat to run the install as the admin on a VM. Of course, if this doesn't work, then look at those Java programs. :)
start the service by hand
Can you start it from the Services.msc or from a CMD line using net start or SC? Try to change the user to Local System Accountor some local admin account might also be something like Allow service to interact with desktop, have you looked at the Service when it is installed via the Setup.exe and comparied it to the one in your msi? They might look different.
Would you like to reply?
Login or Register to post your comment.