Silent install command syntax for RSA Surveillance plugin - Restricted Security Area Surveillance 4.3

Restricted Security Area Surveillance Plugin Guide 4.3

Applies to
Restricted Security Area Surveillance 4.3
Last updated
2023-03-29
Content type
Guides > Plugin and extension guides
Language
English
Product
Restricted Security Area Surveillance
Version
4.3

When performing a silent installation, specific program options are required to run the RSA Surveillance plugin Installer.

The syntax for running the RSA Surveillance plugin installer in silent mode is:

Code
"RSA Packages\RSAInstaller.exe" <installer_options>

The following table lists the installer options.

Installer option Description
/ISFeatureInstall Specifies the features to be installed.
The possible values (comma separated, without space) are:
  • Plugin (initiates setup of RSA plugin)
  • RabbitMQ (RabbitMQ feature)
    Must be used in conjunction with
    • RABBITUSER=<username>
    • RABBITPWD=<password>
    • CONFIRMPWD=<password>
    These three options can be put in any order on the command line.
EXAMPLES:
  • Install RabbitMQ only: /ISFeatureInstall=RabbitMQ RABBITUSER=Admin RABBITPWD=sEcReT CONFIRMPWD=sEcReT
  • Install plugin and RabbitMQ: /ISFeatureInstall=Plugin,RabbitMQ RABBITUSER=Admin RABBITPWD=sEcReT CONFIRMPWD=sEcReT
  • Install plugin only: /ISFeatureInstall=Plugin
/silent Sets the RSA Surveillance 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 folder 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 folder path.
NOTE: The <FolderPath> must exist. The installer will not create it.

EXAMPLE: /log"C:\MyLogFiles\"

/remove Removes the installed features.