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 discovered that your installer class much be in the same project as the Service. The installer cannot exist in a library project referenced by the Service.