Installing in Silent Mode
In silent mode, the installer runs without user input. Instead, the installer reads installation parameters from a response file.
A default response file is included with the product. You must edit the response file with information about your environment before launching the silent installation. The default response file has the following name:
TIBCOUniversalInstaller_product_ID_version.silent
It is good practice to make a copy of the default response file, then edit that file and use it for the installation.
If you invoke the Universal Installer with only the -silent argument, the installer reads the input from the default response file.
If you make a copy of the default response file, and rename it, you must provide the name of the response file on the command line:
-silent -V responseFile="response_file_name.silent"