Deploying and Installing Windows Service on Windows 7
Anybody tried installing a Windows Service on a Windows 7 OS? I can't seem to get it resolved. Wonder if anybody else had same problem.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ibrahim ErsoyPosted May 11, 2010, 5:54 AM
Disable UAC and run the "Visual Studio 2008 Command Prompt" as Administrator.
type there:
installutil yourservicename.exe
and it will install the service.
Cheers,