Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Show Off Your Open Source Projects (http://www.programmingforums.org/forum52.html)
-   -   Windows Service Installer/Uninstaller (http://www.programmingforums.org/showthread.php?t=13930)

melbolt Sep 6th, 2007 7:58 AM

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.

PhilBon Sep 6th, 2007 10:08 AM

Looks good, I do believe there is a way you can create a windows service in Visual Studio and not have to do this.


All times are GMT -5. The time now is 10:16 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC