My applications installer offers the user the ability to run the application as a service through use of the srvany.exe application. To remove the application on uninstall, I've been using the application "instsrv.exe" with the following command:
instsrv "myservice" REMOVE
On Windows Server 2003, I encounter an error 1783.
Any id...
Sorry for bad english. I'm trying to install an executable as a service using instsrv.exe, here is what I tried:
instsrv "Gestion1" MROOneService.exe
That is the message that i get when trying:
"You are not authorized to do this - please contact your system Administrator"
Someon can help. Thanks
...
I am trying to convert a console exe into a Windows service running on Windows 2003. I used the Windows Resource Kit tools to install it as a service (followed the information in http://support.microsoft.com/kb/137890). However, when I try to start the service I get a 1053 error - "Error 1053: The service did not respond to the start or ...