I'm using C# with Visual Studio 2005, .NET FrameWork 2.0. I have created a C#, Windows Service project. I have -- I believe -- written all necessary code for the Service. Everything compiles clean. I find myself asking, "Now what " The following are my more direct questions:
1. How do I "install" my new Windows Service on another machine, or even my own development box
2. This is early development code and I want to test it as a running Service. Suppose I run into a bug (or a few). What is the procedure for "uninstalling" and/or "reinstalling" my updated Windows Service
The available documentation for Windows Services is exceedingly verbose -- far too much for me to digest (short attention span, even shorter project deadline). If anyone is aware of a stright-to-the-point, no-brainer How To document, I'm happy to read it!
Thanks for any and all advise!

New to Windows Services -- Now What?
Mahmood Dhalla
Hello
go to
http://www.codeproject.com/dotnet/simplewindowsservice.asp
this will help you
robroll