Cannot start a service installed with nsSCM plugin
Hi,
I created a little service "token.exe" which seems to work fine.
When I try to install it by calling the command line:
token.exe /install
The service is created and I can start it without any problems.
But when I install it with the plugin nsSCM with the instruction:
nsSCM::Install /NOUNLOAD "Token Server" "Token Server service" 16 2 "$INSTDIR\token.exe" "" ""
The service is created but I can't start it (is stays in "start pending" mode and I can't neither stop it nor start it again nor delete it.
My problem is that when I install it with token.exe /install, a confirmation box appears and I don't know when I can start it.
Does anyone has a clue of what I'm doing wrong?
Thanks,
Fabio