![]() ![]() ![]() ![]() ![]() ![]() ![]() |
This section contains the following topics:
Before you install BEA SALT, complete the following tasks.
To create a template file for use in the silent installation process, you must use the following keywords:
INSTALLER_UI=silent
### BEA Home Directory ###
### NOTE: backslashes must be escaped. ###
BEAHOME=C:\\bea
### User License File ###
USER_LIC_FILE=d:\\r90\\BJ\\bld\\udataobj\\lic.txt
### Overwite Option###
OVERWRITE=yes
INSTALLER_UI=silent
### BEA Home Directory ###
### NOTE: backslashes must be escaped. ###
BEAHOME=/home/user/bea
### User License File ###
USER_LIC_FILE=/home/user/lic.txt
### Overwite Option###
OVERWRITE=yes
To invoke the silent installation procedure on a Windows system, execute the following steps:
Installer_name.exe -f full_path\installer.data
In the previous command, full_path
is the full path to the variable data file and installer.data
is the data file containing the required variables.
An initial window appears indicating that the installer is running. The amount of time to install in silent mode is approximately the same as interactive mode.
To invoke the silent mode installation procedure on a UNIX system, execute the following steps:
sh installer_name.bin -f full_path/installer.data
In the previous command, full_path
is the full path to the variable data file and installer.data
is the data file containing the required variables.
You can verify successful silent mode installation by checking the TUXDIR
directory to see if all the SALT binaries are listed.
If silent mode installation failed, check the following log files:
%USERPROFILE%\Salt_silent_install.log
![]() ![]() ![]() |