I am invoking sc.exe
from my installer:
[SystemFolder]cmd.exe /c sc create ...
to start a Windows service, but all I know is that the service does not start.
What can I use instead of cmd.exe
in order to see the output of the sc
command (and the command itself, if possible)?