Recently, I've seen a couple of people having issues installing and indeed creating Windows Services. I decided it would be a good idea to write an article about how to create a basic Windows Service and install it.
There is nothign fancy, the service really does nto do anything at all, but you can build it and install it; that is what I want to demonstrate.
So, if you've had trouble with installing a service you've created then read my article about
creating and instaling Windows Services in C#.