Using the SRVINSTW.Exe I made my utility into a Service but when I am trying to start it I am encountering the error below. It works fine when I run it as not a Service. What could be the cause of this?
Printable View
Using the SRVINSTW.Exe I made my utility into a Service but when I am trying to start it I am encountering the error below. It works fine when I run it as not a Service. What could be the cause of this?
there are some limitations, as to what can run as a service, i have used srvany, utility by microsoft with success to run exes as services, and have encountered that error with an incorrect path to the exe
I wrongly followed the instruction, it is now working, I am also using srvany.exe.