[SC] StartService FAILED 1053:
The service did not respond to the start or control request in a timely fashion.
I have tried solution mentioned in various discussion like adding servicesPipeTimeout
with some bigger timeout value but it is not working.
I have an exe , which I am able to launch independently, but when try to start it as windows service its giving the above mentioned error. The problem is, its blind error without any hint.
Check your event viewer for exceptions from this service. This worked for me.