I'm trying to install a new windows service (command line), which succeeds, however for my testing purposes I need to set a specific account/user and password. I've read plenty of posts and articles arguing I should use:
installutil /user=domain\user /password=password /unattended c:\path\to\exe
which successfully installs my service however when I go into the services window the "Log On As" user is set to "Local System" instead of the username and password i provided, as if it's been ignored. Am I missing something or are these parameters not what they're intended for?