You can use command-line options with the IBM® App Connect Enterprise installation wizard to customize the installation process.
You can use one or more of the following options with the ACESetup11.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:
|
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:
|
Install IBM App Connect Enterprise 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 App Connect
Enterprise. For example:
|
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 App Connect
Enterprise installation. For example:
|
Do not install the IBM App Connect Enterprise Toolkit. | InstallToolkit=0 For example:
|
Change the language that is used by the installation wizard. Note: The
language of the IBM App Connect
Enterprise installation
wizard defaults to the language set in .
|
/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:
|
Uninstall IBM App Connect Enterprise. | /uninstall. For example:
|
List the most commonly used command-line options. | /? or /help For example:
|
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 |