When I try to install a Windows service:
c:\\Windows\\Microsoft.NET\\Framework64\\v4.0.30319\\installutil
I get, what looks to be, some success messages and som
Right Click on Command Prompt and choose RUN AS ADMINISTRATOR
Then copy and paste in: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe C:\TestService\bin\Debug\TestService.exe
Result in TestService.InstallLog is:
Installing service TestService...
Service TestService has been successfully installed.