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
Post a Comment