Visual Studio 2005 Service Installer
![]()
I needed to create a service with Visual Studio 2005. I had done this with 03, and apparently there’s some new stuff in 05 that’s not entirely intuitive. I had some significant head scratching and googling until I finally saw my new service show up in the Windows service control view. In my research this blog post turned out to be the most complete and helpful set of instructions on how to actually get a service installed:
http://www.grinn.net/blog/dev/2008/02/windows-services-in-c-part-2-adding.html






