I try to install a Windows service and want it to use a specific account to run the service.
Unfortunately it is installed using the local system account, no matter what I use as userid/password in the call:
I use a MessageBox to be sure that $SERVICE_UID and $SERVICE_PWD contain the correct values.
nsSCM::Install "NTP" "Network Time Protocol Daemon" 16 2 \
"$INSTDIR\bin\ntpd.exe $BIGSTEP-c $\"$CONFIG_FILE$\"" "" \
"Tcpip" $SERVICE_UID $SERVICE_PWD
Anything I miss here?
Thank you,
Heiko