The silent installer is useful if you want to add the CAS installation to your own install script, or push out the installation on multiple machines.
The silent installer is not interactive.
To run the silent installer:
From a command prompt, navigate to the directory where you downloaded the installer.
Create a response file with the appropriate properties. for example,
cas_response.properties
, and specify the response value for each prompt on its own line, in the order in which they appear in the interactive installer.Guided Search property Name Description INSTALLDIR
Required. Specifies the absolute path to the directory to install CAS (e.g., C:\\Endeca\\CAS
). Keep in mind that you cannot install the software in a directory with spaces in its name.Note
If you do not use the default location, and you are installing more than one Guided Search product on the same machine, ensure that you install each product to a separate location.
CASPORT
Required. The port on which the CAS Service listens. The default is 8500. CASSHUTDOWNPORT
Required. The shutdown port for the CAS Service. The default is 8506. CASHOST
Required. Specifies the CAS server host. ENDECA_TOOLS_ROOT
Required. C:\Endeca\ToolsAndFrameworks\11.2.0
ENDECA_TOOLS_CONF
Required. C:\Endeca\ToolsAndFrameworks\11.2.0\server\workspace
Example:
INSTALLDIR=C:/Endeca/CAS CASPORT=8500 CASSHUTDOWNPORT=8506 ENDECA_TOOLS_ROOT=C:/Endeca/ToolsAndFrameworks/11.2.0 ENDECA_TOOLS_CONF=C:/Endeca/ToolsAndFrameworks/11.2.0/server/workspace
Note
You must specify a value for each prompt. Even if you want to use the default, you must specify that value to the installer.
Issue a command of the following form:
OCcas<version>-linux64.bin
-i silent -f cas_response.properties
Following installation: