This is more for my personal reminder.
I’ve looked this up twice, I need to finish my “kosh kdb” (Kosh Knowledge Data Base) which I was working on, and someday will finish….
To install your service manually
1. Access the directory in which your project’s compiled executable file is located.
2. Run InstallUtil.exe from the command line with your project’s output as a parameter. Enter the following code on the command line:installutil yourproject.exe
To uninstall your service manually
* Run InstallUtil.exe from the command line with your project’s output as a parameter. Enter the following code on the command line:
installutil /u yourproject.exe
Tip You can launch Server Explorer, and verify that your service has been installed or uninstalled. For more information on launching Server Explorer, see Accessing and Initializing Server Explorer.
Note The Servers node of the Server Explorer is not available in the Standard Edition of Visual Basic and Visual C# .NET. For more information, see Visual Basic Standard Edition Features or Visual C# Standard Edition Features.