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

No comments:

Post a Comment