Questions tagged [instsrv]
5 questions
2
votes
2 answers
Wix installer to replace INSTSRV and SRVANY for user defined service installation
I created an executable MyService.exe using Visual Studio C# Express. There are no options in the Express version to create a service. In the past, this has been manually installed as a user defined service using the INSTSRV and SRVANY as…

DarwinIcesurfer
- 1,073
- 4
- 25
- 42
2
votes
2 answers
Creating Service from Executable (INSTSRV.EXE and SRVANY.EXE) Error - "Service started and then stopped"
I am trying to create a service on Windows using my own executable. When I try to start the service, I get the error message:
"The service on Local Computer started and then
stopped. Some services stop automatically if they have no work…

user2437443
- 2,067
- 4
- 23
- 38
2
votes
2 answers
Error 1783 - instsrv.exe REMOVE from Win2k3
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…

Ken
- 326
- 1
- 9
1
vote
2 answers
User-defined windows service does not start - 1053 error
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…

shikarishambu
- 2,219
- 6
- 35
- 57
1
vote
2 answers
Install EXE as service on Windows 2008 Server
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…
Pierre Toutant