I'm try to install my Windows-service:
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" /user="DOMAIN\Administrator" /password="Password^%" "ServiceName.exe"
But my service does not start. Exit with error:
[SC] StartService FAILED 1069:
The service did not start due to a logon failure.
because the password is incorrect.
I try use change password as like here, i.e. I run:
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" /user="DOMAIN\Administrator" /password="Password^%%" "ServiceName.exe"
but it did not help.