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 ideas what is causing this problem? Am I using the wrong approach for Win2k3?