You can perform a silent installation of the Sipelia™ product (Client, Server, and RabbitMQ) by running an installer command with proper arguments.
What you should know
The following table lists the command line arguments.
Argument | Description |
---|---|
/silent | Informs the installer that the installation should be silent. |
/ISFeatureInstall | Specifies which parts of Sipelia™ should be deployed. The
following values are possible:
|
RABBITUSER=username | Obligatory when the RabbitMQ server is deployed, instruct the software installer to create a 'username' RabbitMQ account. |
RABBITPWD=password | Obligatory when the RabbitMQ server is deployed, instruct the
software installer to use 'password' as a password for RabbitMQ
account. NOTE: RMQ password must be minimum 8 characters long.
Installation will stop if this requirement is not
met.
|
CONFIRMPWD=password | Obligatory when the RabbitMQ server is deployed, confirmation of password, must be equal to the value of RABBITPWD. |
SSLPORT=5671 | Obligatory when the RabbitMQ server is deployed, instruct the installer to use 5671 as the RabbitMQ server port. |
/debuglog"C:\log.txt" | Optional: Will create a log file from the silent installation process under the following location: C:\log.txt. |