История страницы
Execution of the ROBIN platform installer can be initiated from the command line in silent mode.
During such an installation, you can disable the display of GUI windows and pass the settings required by the installer as command line parameters.
Installer command line parameters
The installer file name is generically represented as "ROBIN Platform-<version>-RTM.exe". For example, ROBIN Platform-2.0.0-RTM.exeThe table contains a list of possible installer parameters and their purpose:
Parameter | Purpose | Additional information |
---|---|---|
/VERYSILENT | Enables silent installation mode, without showing user interface windows | Mandatory parameter in silent installation mode |
/SUPPRESSMSGBOXES | Blocks the display of information dialog boxes | Mandatory parameter in silent installation mode |
/ALLUSERS | Installation "For all users" | One of the parameters must always be specified for the silent installation mode |
/CURRENTUSER | Installation "For current user me only" | |
Setting values for LDAP and RabbitMQ server connection parameters | ||
/LdapURL | LDAP server address | |
/RabbitMqURL | RabbitMQ server address | Includes a protocol. For example: amqps://server.ourdomain |
/RabbitMqLogin | RabbitMQ server login | |
/RabbitMqPass | RabbitMQ server password | |
/BaseServerDn | LDAP server Base Distinguished Name LDAP server | as dc=xx,dc=yy,dc=zz,dc=cc |
/RobotStorageURL | URL of the robot repository | address:port For example: storage.server.local:8085 |
Example of running the installer in silent mode
Информация |
---|
"ROBIN Platform-2.0.0-RTM.exe" /VERYSILENT / SUPPRESSMSGBOXESSUPPRESSMSGBOXES / ALLUSERSALLUSERS /LdapURL=ldap.server. locallocal /RabbitMqURL=amqps://rabbit.server.local /RabbitMqLogin= rabbitMqLoginrabbitMqLogin /RabbitMqPass= Pas$w0rdPas$w0rd /BaseServerDn=dc=ipa,dc=org,dc= ruru /RobotStorageURL=robot-storage.server.local:8968 |