lThe Responder Server may be installed on a domain controller, but only using a silent or unassisted install. To perform an unassisted install of Responder Server that is version 9.3.1 SP1 or later:
- Open a Command Prompt.
- Browse to the installer location.
- Enter msiexec followed by the /i install option and the name of the *.msi file. This installs the default services: Data Services, Prediction Services, and Query Services. For example:
msiexec /i ResponderServer931sp1.msi
- Use the following parameters to modify the installation. You may use a combination of these parameters.
- /installlevel=1000 - This will install all available services, including Archive Services and Smart Grid Listener. For example:
msiexec /i ResponderServer931sp1.msi /installlevel=1000
- /qb - This will install with a limited user interface (i.e., progress bar). For example:
msiexec /i ResponderServer931sp1.msi /qb
- After you've installed Responder Server, you will need to set up the Responder Services login. This is the user name/password used to run the Responder services. This step is required.