Install and configure a Windows Service from the command line
In this article I’ll show how to install and configure a Windows Service, query its status and properties, and then how to uninstall it. I’ll be using the command line utilities installutil.exe and sc.exe to install and configure the service. Add a service installer class to your Windows Service project In order to use installutil.exe … Read more