Monday 23 September 2013

The Standard Way to Install a Windows Service from the Command Line

Step One: Open a command window with Administrator privileges. Cd into the appropriate .NET framework directory probably C:\windows\framework\microsoft.net and so forth. Run installutil on your exe and you're done! Installutil /u does an uninstall - in case you change your window.

No comments: