Hi, after building a couple windows services at work and having to install and uninstall them via .NET command line about 50 times in the course of debugging and going back and making changes to it, I saw the need for this little app I threw together which basically GUIfies the process for you.
here's the source:
http://www.planet-source-code.com/vb...5952&lngWId=10
if you get a dialogue message about the config at startup, open the app.config file and verify that the path to InstallUtil.exe (comes with .NET framework) is correct, if its not, just do a windows search for installutil and set it to that path and restart it.