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
This problem is due to security, you'd better open developer command prompt for VS 2012:
RUN AS ADMINISTRATOR
and install your service. It will surely fix your problem.
I tried and the issue was resolved.