Installing in the Silent Mode

In the silent mode, you can run the installer without user input by pointing the installer to an existing response file.

In the silent mode, the installer does not prompt for any inputs during installation. Instead, the inputs are read from a response file that can be provided as a command-line parameter.
  • If you invoke the installer with the -silent argument, the installer reads the input from default response file, which is TIBCOUniversalInstaller_bwpluginbc_version.silent packaged in the directory that contains the Universal Installer.
  • If you invoke the installer with the -silent -V responseFile="filename" argument, the installer reads the input from the specified response file.

Procedure

  1. Navigate to the temporary directory to which you extract the installation package and open the TIBCOUniversalInstaller_bwpluginbc_version.silent file.
  2. Update the response file directly. Or make a copy of the response file first and then update the copied file.
  3. On a command line, navigate to the temporary directory to which you extract the installation package.
  4. Enter the following command to start the installation:
    • Microsoft Windows: TIBCOUniversalInstaller.cmd -silent [-V responseFile="filename"]
    • Linux: ./TIBCOUniversalInstaller-Inx-x86-64.bin -silent [-V responseFile="filename"]
    Note: If you copy the response file to another directory, not the temporary directory containing the installer, you need to provide the absolute path of the response file.