Silent install command syntax for Mission Control - Mission Control 3.2.1.0

Genetec Mission Control™ Deployment Guide 3.2.1.0

Product
Mission Control
Content type
Guides > Deployment guides
Version
3.2
Release
3.2.1.0
ft:locale
en-US
Last updated
2025-03-21

When performing a silent installation, specific program options are required to run the Genetec Mission Control™ Installer.

The syntax for running the Mission Control installer in silent mode is:

Code
"MC Packages\MCInstaller.exe" <installer_options>

The following table lists the installer options:

Installer option Description
/ISFeatureInstall Specifies the features to be installed.
The possible values must be separated by a comma without spaces:
  • Server (Mission Control feature)
  • RabbitMQ (RabbitMQ feature)
    Must be used with:
    • RABBITUSER=<username>
    • RABBITPWD=<password>
    • CONFIRMPWD=<password>
    These three options can be put in any order on the command line.
  • WebAPI (Mission Control feature)
EXAMPLES:
  • Install Mission Control, Mission Control Web API, Mission Control Document Service and RabbitMQ Server: /ISFeatureInstall=Server,WebAPI,DocServer,RabbitMQ ISInstallDir_MissionControlWebAPI="C:\Program Files (x86)\Genetec\Genetec Mission Control Web API" RESTART_GENETEC_SERVER=1 GENETEC_PORT=9550 ENABLE_WEBAPI_DOCUMENTATION=1 ISInstallDir_DocumentService="C:\Program Files (x86)\Genetec\Genetec Document Service RABBITUSER=localadmin RABBITPWD=Password_1! CONFIRMPWD=Password_1! SSLPORT=5671 MANPLUGPORT=15671
  • Install Mission Control only: /ISFeatureInstall=Server RESTART_GENETEC_SERVER=1
  • Install Mission Control Web API only: /ISFeatureInstall=WebAPI ISInstallDir_MissionControlWebAPI="C:\Program Files (x86)\Genetec\Genetec Mission Control Web API" RESTART_GENETEC_SERVER=1 GENETEC_PORT=9550 ENABLE_WEBAPI_DOCUMENTATION=1
  • Install Mission Control Document Service only: /ISFeatureInstall=DocServer ISInstallDir_DocumentService="C:\Program Files (x86)\Genetec\Genetec Document Service"
  • Install RabbitMQ server only: /ISFeatureInstall=RabbitMQ RABBITUSER=localadmin RABBITPWD=Password_1! CONFIRMPWD=Password_1! SSLPORT=5671 MANPLUGPORT=15671
EXAMPLE OF INCORRECT SYNTAX:
  • /ISFeatureInstall=RabbitMQ RABBITUSER=Admin RABBITPWD=sEcReT CONFIRMPWD=sEcReT, Server, WebAPI

    RabbitMQ, WebAPI, and Server must immediately follow /ISFeatureInstall.

/silent Sets the Mission Control installer to run in silent mode with no user interaction.
/debuglog<FilePath> Enables the creation of the debug log file and specifies the file path.
NOTE: The file path specified in <FilePath> must exist. The installer will not create it.

EXAMPLE: /debuglog"C:\DebugLog.log"

/log<FolderPath> Enables the creation of log files and specifies the file path.
NOTE: The file path specified in <FilePath> must exist. The installer will not create it.

EXAMPLE: /log"C:\MyLogFiles\"

/remove Removes the installed features.