Tagged Questions
The instsrv tag has no wiki summary.
1
vote
1answer
52 views
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 ...
0
votes
2answers
525 views
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 ...
0
votes
2answers
4k views
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:
...
0
votes
2answers
853 views
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 ...