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 table contains a list of possible installer parameters and their purpose:

ParameterPurposeAdditional information
/VERYSILENTEnables silent installation mode, without showing user interface windowsMandatory parameter in silent installation mode
/SUPPRESSMSGBOXESBlocks the display of information dialog boxesMandatory parameter in silent installation mode
/ALLUSERSInstallation "For all users"One of the parameters must always be specified for the silent installation mode
/CURRENTUSERInstallation "For me only"
Setting values for LDAP and RabbitMQ server connection parameters
/LdapURL

LDAP server address


/RabbitMqURLRabbitMQ server address

Includes a protocol. For example: amqps://server.ourdomain

/RabbitMqLoginRabbitMQ server login
/RabbitMqPassRabbitMQ server password
/BaseServerDnLDAP server Base Distinguished Nameas dc=xx,dc=yy,dc=zz,dc=cc
/RobotStorageURLURL 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 /SUPPRESSMSGBOXES /ALLUSERS /LdapURL=ldap.server.local /RabbitMqURL=amqps://rabbit.server.local /RabbitMqLogin=rabbitMqLogin /RabbitMqPass=Pas$w0rd /BaseServerDn=dc=ipa,dc=org,dc=ru /RobotStorageURL=robot-storage.server.local:8968

  • Нет меток