Installing in Silent Mode
In the silent mode, you can run the installer without user input by pointing the installer to an existing response file, which contains installation parameters.
A default response file is included with the product. Edit the file in a text editor and provide all non-default values as needed before launching the silent installation. For example, ensure that the installationRoot and createNewEnvironment attributes are set correctly. The default response file has the name:
TIBCOUniversalInstaller.silentThe best practice is 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 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 when invoking the Universal Installer. This done by passing the following arguments on the command line:
-silent -V responseFile="filename.silent"
where, filename is the name you gave the response file.
(Linux, Windows, macOS, and Solaris Platforms Only) Oracle ECC Library
- Set the entry to install Oracle ECC cipher with TIBCO BusinessEvents to
true.
<entry key="feature_Oracle Elliptic Curve Cryptography Library_businessevents-enterprise">true</entry>
- Set the entry to accept the Oracle ECC LGPL.
<entry key="LGPLAssemblyLicenseAccepted">true</entry>
- Set entries for either of the following options:
- To download the Oracle ECC assembly from TIBCO website.
<entry key="LGPLAssemblyDownload">true</entry> <entry key="LGPLAssemblyPath"></entry>
- To provide the path of the downloaded TIBCO provided Oracle ECC assembly (product_tibco_sunec_<version>_<platform>). You can download the platform-specific Oracle ECC LGPL assembly from
http://public.tibco.com/pub/tibco_oss/sunec/ .
<entry key="LGPLAssemblyDownload">false</entry> <entry key="LGPLAssemblyPath">filePathToDownloadedPlugin</entry>
- To download the Oracle ECC assembly from TIBCO website.