Below is an overview of the command line switches for installing ibaDatCoordinator via the command line.
Example
ibaDatCoordinatorSetup_v3.1.0.exe /COMPONENTS= ibaDatCoordinator\server /VERYSILENT /SUPPRESSMSGBOXES /TASKS=nodesktopicon /PORT=8800
|
/HELP |
This switch shows a message box containing all supported command line parameters. |
|
/SILENT |
This switch installs the software in "silent mode", i.e., interaction is not required during installation. All installer pages are skipped except the Installing page showing the installation progress. The installer runs without specifying additional parameters, as if <Next> were always pressed in the dialog. |
|
/VERYSILENT |
Works like "/SILENT" but nothing is shown. |
|
/SUPPRESSMSGBOXES |
Suppresses all pop-up messages. Use this option especially in combination with /VERYSILENT to guarantee a completely GUI free installation. |
|
/TASKS= |
This switch allows you to specify whether a desktop icon should be created during installation. Examples: /TASKS=desktopicon /TASKS=nodesktopicon |
|
/DIR= |
Use this switch to specify the installation folder, i.e. the program folder. Example: /DIR="C:\Programme (x86)\iba\ibaProduct" |
|
/LANG= |
This switch sets the language of the installer (by default, the language of the operating system is used). Possible options: de, en, es, fr, it, ja, pt, ru, zh. Examples: /LANG=en /LANG=de |
|
/COMPONENTS= |
Insert the names of the components to be installed directly after the equal sign in a comma-separated list. Only the components specified in the list are installed. Possible options: ibadatcoordinator\server, ibadatcoordinator\client, ibadatcoordinator\standalone, ibamanagementstudio Examples: /COMPONENTS=ibadatcoordinator\client /COMPONENTS=ibadatcoordinator\server,ibamanagementstudioagent |
|
/PORT= |
Use this switch to select the TCP port via which the ibaDatCoordinator service communicates with the client. The port can be set later in the ibaDatCoordinator Status application. This switch can only be used in conjunction with the installation of Client/Server. Default setting: 8800 or setting of the previous installation. |