I've created a very simple Windows Service projects with this tutorial. I've build the project, created setup project to deploy it and configured it according to the tutorial information. I've build setup project and installed it. In the target dir I can find it's files so it installed correctly. The service doesn't do anything specific, it just writes a message to event log on startup and shutdown.
The problem is that I cannot see my app on Windows services list (in Computer/Manage dialog) so I cannot control it.
Does anyone have any ideas what I may be doing wrong? My OS is Win7 64bit if thats helpful.