Silently installing WebSphere Business Integration Server Express and Express Plus

Response files for silently installing WebSphere Business Integration Server Express and Express Plus are located in the Launchpad directory on the CD root and are named, as follows:

To perform a silent installation, do the following:

  1. Copy the response file from the CD media to a directory of your choice and modify it with the settings needed for your installation.
    Note:
    Setting -P expressAdaptersFeature.active=true in the response file will cause all of the adapters to be installed. To install individual adapters, set each desired adapter feature to true and set -P expressAdaptersFeature.active=false
  2. Move to the directory containing the modified response file.
  3. From a command line, issue the following command:
    CD_drive_letter\Launchpad\iSeriesInstaller.exe -silent -options \ 
    response_file_name
    

    Optionally, you can provide the OS/400 login information on the command line to avoid being prompted for that information:

    CD_drive_letter\Launchpad\iSeriesInstaller.exe system userID password \
    -silent -options response_file_name
    

Silently installing the Console

To perform a silent installation of just the Console, do the following:

  1. Copy the response file (WBIConsoleResponseFile_iSeries.txt) from the Console directory of the CD media to a directory of your choice and modify it with the settings needed for your installation.
  2. Move to the directory.
  3. From a command line, issue the following command:
    CD_drive_letter\Console\ConsoleSetup.exe -silent -options \
    WBIConsoleResponseFile_iSeries.txt
    

Copyright IBM Corp. 2004