View Single Post
Old Sep 6th, 2007, 7:58 AM   #1
melbolt
Hobbyist Programmer
 
melbolt's Avatar
 
Join Date: Feb 2005
Location: PA, USA
Posts: 237
Rep Power: 4 melbolt is on a distinguished road
Send a message via AIM to melbolt Send a message via Yahoo to melbolt
Windows Service Installer/Uninstaller

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.
__________________
I have never let my schooling interfere with my education. -Mark Twain-

Xbox live gamertag: melbolt
melbolt is offline   Reply With Quote