c++ - StartService returns error 1053 -


i created windows service application in c++ , installed in system using createservice , startservice. service created , started. tried install same service in remote system. copied exe of service application remote system using copyfile , called openscmanager , createservice , service created in remote system. startservice returned error 1053: service did not respond start or control request in timely fashion.

i tried start localsystem,localservice , networkservice. same error occured. how can rid of this..

edit: tried aading servicespipetimeout entry registry value 60000. service returned error before timeout reached :(


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -