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.
Oracle Elliptic Curve Cryptography Library
- Set the entry to install ECC cipher with TIBCO BusinessEvents to
true
<entry key="feature_Oracle Elliptic Curve Cryptography Library_businessevents-enterprise">true</entry>
- Ensure to set the entries to accept the LGPL license
<entry key="LGPLAssemblyLicenseAccepted">true</entry> <entry key="LGPLAssemblyDownload">true</entry> <entry key="LGPLAssemblyPath"></entry>