Showing posts with label windows service. Show all posts
Showing posts with label windows service. Show all posts

Monday, November 8, 2010

Install .NET Service

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
 
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