I just created a new windows service and I am having issues with the installer.
I created the installer via this tutorial: http://www.sarin.mobi/2008/08/c-windows-service-visual-studio-2008/
Anyway, when I run the .msi generated by VS, the executable for this project is installed where I expect it to be. However, the service does not appear in Windows Services.
When I use the VS command line tool and installutil, everything works just fine.
I have created services in the past, so I compared the ProjectInstaller files and the installer configuration with past projects and see no significant differences.
Any advice?