How do I install a Windows Service programmatically without using installutil.exe?
Thanks
|
How do I install a Windows Service programmatically without using installutil.exe? Thanks |
|||||||||
|
|
You can install the service by adding this code (in the program file, Program.cs) to install itself when run from the commandline using specified parameters:
|
|||||
|
|
I install and uninstall my Windows Service via the command line, e.g., |
|||
|
|
|
I use the method from the following CodeProject article, and it works great. |
|||
|
|