Installing in Silent Mode

In silent mode, you can run the installer without user input by pointing the installer to a response file. A default preconfigured response file exists.

In the silent mode, the installer does not prompt for inputs during the installation, but reads the inputs from a response file. By default, the installer uses the TIBCOUniversalInstaller_bwmi_<version>.silent file, which is included in the directory that contains the universal installer.

To customize the silent installer, make a backup copy of the TIBCOUniversalInstaller_bwmi_<version>.silent file and edit the file itself. You can then run the silent installer with or without the response file argument.

Procedure

  1. Make a copy of the TIBCOUniversalInstaller_bwmi_<version>.silent file and rename the file, for example, newfilename.silent.
  2. Using a text editor, open the copied file, and update the installation location and features to install.
  3. Run the silent installer with or without the optional response file.
    • Windows: TIBCOUniversalInstaller.cmd -silent [-V responseFile="newfile.silent" ]
    • UNIX: TIBCOUniversalInstaller.bin -silent [-V responseFile='newfile.silent']