Installation of ibaHD-Server can also be started using a command line. This is useful with central software administration or when using deployment systems.
You use the command line switches placed after the call for the installation program to control how the installation is to be carried out.
Notation: ibaHdSetup_vx.y.z.exe [/SILENT /SUPPRESSMSGBOXES] [/LANG="xx"]
Installation in silent mode
With the command line switch “/SILENT”, the installation routine runs in what is known as “silent mode”, which means that there is no user interaction, i.e. no clicking the <Next> button in the Installation Wizard.
The additional command line switch “/SUPPRESSMSGBOXES” prevents the installation window being displayed.
Installation in complete silent mode
ibaHdSetup_vx.y.z.exe /SILENT /SUPPRESSMSGBOXES
Installation wizard language setting
You can use the command line switch ‘/LANG=”xx”’ to change the language of the installation wizard. You can select the following languages: "en","de","es","fr","it","pt","ru","zhHans" .
Example
ibaHdSetup_vx.y.z.exe /LANG="en"