c# Windows Service not appearing in services list after install

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2009-10-13T13:54:30Z Indexed on 2010/03/11 20:14 UTC
Read the original article Hit count: 434

I've created a windows service in c#, using Visual Studio 2008 I pretty much followed this: http://www.codeproject.com/KB/dotnet/simplewindowsservice.aspx

I created a setup project, as instructed to in the article, and ran it... it installs my service to c:\program files\product etc.... however, it does not then appear in the services list..

What am i missing?

© Stack Overflow or respective owner

Related posts about windows-services

Related posts about c#