Hello Friend...
First of all see this link:
Simple Windows Service Sample[
^]
After installing your service you need to start it. You can do this by following these steps:
1) Open Control Panel
2) Then Administrative Tools
3) Services
4) Find your service
5) Right click on it and select start
6) Now your service will start and be working.
Alternatively you can:
1) Press WindowsKey + R
2) In Run type in services.msc
3) Then hit enter on your keyboard and it will open the service manager
4) Follow steps 4 and 5 of the instructions above to start your service.
Or you can also start your service with the compiled code of your setup project.
However, before that code can run your service must be installed on your computer.
You can also make your service as start automatically when Windows starts so that it will start after you restart your computer. You may want to research this on Google.
I hope this will help you..