Skip to content

Installation

Samuel Butler edited this page Apr 17, 2016 · 4 revisions

As this application is a Windows service it will need to be installed in order to run. At this stage no installer project exists for this application so we will need to create the service manually. This can be done by using the sc command line program or by using the included Install.ps1 powershell script.

###Installation.ps1 This powershell script will run sc create for you. The script takes the following arguments:

  1. serviceName -optional The name you wish to give the service, defaults to PC Volume Contoller.
  2. displayName -optional The short name you wish to give the service, defaults to PC Volume Contoller.
  3. user -optional The domain user you want the service to run under, defaults to Local System user.
  4. password -optional The password for the provided user.
Clone this wiki locally