![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
|
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 |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
Looks good, I do believe there is a way you can create a windows service in Visual Studio and not have to do this.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| looking for a good windows programming book | cwl157 | Coder's Corner Lounge | 3 | May 30th, 2007 6:51 AM |
| Command Prompt | SkyPioneer | Coder's Corner Lounge | 5 | May 3rd, 2006 10:07 PM |
| Search for and close open windows | badbasser98 | C++ | 13 | Feb 27th, 2006 12:04 PM |
| An installer for a windows service in c# | dark_omen | C# | 2 | Apr 15th, 2005 1:39 PM |
| Net Group /ADD (on a windows box, non domain controller) | Infinite Recursion | Other Programming Languages | 1 | Apr 13th, 2005 2:27 PM |