The following command line options are supported by the IBM® Security Directory Integrator Version 7.2 installer:
install_sdiv72_win_x86.exe -f Response File Name -i silent
install_sdiv72_win_x86.exe -i console
install_sdiv72_win_x86.exe -f installer.properties
This
path can be absolute or relative. (Relative paths are relative to
the location of the installer.)
install_sdiv72_win_x86.exe -r myinstaller.properties
install_sdiv72_win_x86.exe -Dmyvar=myvalue
install_sdiv72_win_x86.exe -l en
install_sdiv72_win_x86.exe -l pt_BR
The required language code
is a two-character (commonly lowercase) code defined by the ISO-639
standard. InstallAnywhere accepts both old (iw, ji,
and in) and new (he, yi, and id)
language codes.
The optional country code is a two-character (commonly uppercase) code defined by the ISO-3166 standard.
Locale options are only respected if the installer includes localizations for the locale you specify.
On Windows, -help only works from the console launcher. Make sure to set the LaunchAnywhere to Console on the Windows tab of the Project > Platforms subtask. (For an installed LaunchAnywhere to provide this information, you need to make sure it is explicitly set to Console Launcher on the action.)
The following command line option is unique to the IBM Security Directory Integrator installation Wizard:
You need to specify absolute path of the Java executable file that resides in the Java bin directory. For example,
install_sdiv72_win_x86.exe LAX_VM "Java_DIR/jre/bin/java.exe"
Use only the space characters between the arguments.
This parameter should only be passed in on an uninstallation. This parameter is provided for future migration considerations; for example:
TDI_install_dir\_uninst\uninstaller.exe -D$TDI_BACKUP$="true"
This instructs the uninstaller to run the TDI_install_dir/bin/tdiBackup.bat(.sh) script, which in turn will cause a directory TDI_install_dir/backup_tdi to be created. A backup of a number of files particular to your installation will be stored into this directory, including your global properties files, global certificates and the like.
TDI_install_dir\_uninst\uninstaller -D\$TDI_BACKUP\$="true"
In a silent install, if this skip option is chosen and the install directory is same as an earlier installation of IBM Security Directory Integrator Version 7.2, it will cause the installer to stop.
./install_sdiv72_linux_x86_64.bin -D\$TDI_SKIP_VERSION_CHECK\$="true"
This parameter is used to stop the installer from creating any shortcuts to the uninstaller, CE, or AMC.
./install_sdiv72_linux_x86_64.bin -D\$TDI_NOSHORTCUTS\$="true"