Command-line options for installing IBM Integration Bus on Windows

You can use command-line options with the IBM® Integration Bus installation wizard to customize the installation process.

You can use one or more of the following options with the IIBSetup10.0.0.n.exe command:

Purpose Command-line option
Accept the license. This option is mandatory when you run the installation in silent or passive mode. LICENSE_ACCEPTED=true
Run the installation in silent mode; the installation is completed in the background.
Note: You must run the command from an elevated command prompt (a command prompt where you have administrative privileges), otherwise you are prompted for an administration password.
/quiet, /q, /silent, or /s
For example:
IIBSetup10.0.0.n.exe /quiet LICENSE_ACCEPTED=true
Run the installation in passive mode; installation progress is displayed but no user interaction is required.
Note: You must run the command from an elevated command prompt (a command prompt where you have administrative privileges), otherwise you are prompted for an administration password.
/passive
For example:
IIBSetup10.0.0.n.exe /passive LICENSE_ACCEPTED=true
Install IBM Integration Bus to a directory of your choice. InstallFolder="install_location", where install_location is the fully qualified path of the directory where you want to install IBM Integration Bus.
For example:
IIBSetup10.0.0.n.exe InstallFolder="C:\IIBV10"
Save the installation log file in a custom location. By default, the installation log is saved in the system temporary directory. /log "log_location", where log_location is the fully qualified path to the file where you want to save the log information for the IBM Integration Bus installation.
For example:
IIBSetup10.0.0.n.exe /log "C:\InstallLogs\iib_v10.log"
Do not install the IBM Integration Toolkit. InstallToolkit=0
For example:
IIBSetup10.0.0.n.exe InstallToolkit=0
Change the language that is used by the installation wizard.
Note: The language of the IBM Integration Bus installation wizard defaults to the language set in Control Panel > Region and Language > Format.
/lang localeID, where localeID is the locale ID for the language that you want the installation wizard to use. Table 1 lists the options that you can use for the locale ID.
For example, to display the installation wizard in English when your operating system locale is not set to English, use the command:
IIBSetup10.0.0.n /lang 1033
Uninstall IBM Integration Bus. /uninstall.
For example:
IIBSetup10.0.0.n.exe /uninstall
List the most commonly used command-line options. /? or /help
For example:
IIBSetup10.0.0.n.exe /?
Table 1. Locale ID table
Locale ID Language code Language
1028 zh_TW Chinese (Traditional)
1031 de_DE German
1033 en_US English
1036 fr_FR French
1040 it_IT Italian
1041 ja_JP Japanese
1042 ko_KR Korean
1045 pl_PL Polish
1046 pt_BR Portuguese (Brazil)
1049 ru_RU Russian
1055 tr_TR Turkish
2052 zh_CN Chinese (Simplified)
3082 es_ES Spanish