Install command-line parameters
Loftware installer can be controlled using command-line parameters.
Note
Make sure to use the upper-case syntax exactly as shown. Most of the parameters are used without the leading slash, with two exceptions: /s (for silent install) and /l (for logging).
The following command-line switches can be used if you want to perform a silent installation. This is the installation mode when a user does not have to provide any information for the installation and no dialog boxes are shown to the user. But you have to provide all required information through these command-line switches.
Note
The switches below work only when you use the silent install switch /s.
Parameter |
Description |
---|---|
Parameter |
Description |
/s |
Silent install. No dialog boxes are displayed. The installer executes in the background. |
/l="folder_and_file_name" |
Logging the installation process in the provided file name. Make sure the user account performing the installation has the access permissions to the folder. |
SELECTEDSERVER |
This switch defines the SQL Server name and optional instance.
|
DATABASENAME |
This switch defines the name of the database for Control Center. Default name: |
SQLUSER/ SQLPASSWORD |
These switches define the SQL user name and password to connect to Control Center database. The configured SQL user must already exist in the SQL Server and must have the necessary access to the Control Center database.
|