Executing Silent Installation

Example of the setup program startup command in Execute Silent Installation mode

# pwd 
/usr/local/HULFT/insttmp 
# ./installer -si -f installinfofile

Explanation of the parameters

-si

Enable the Execute Silent Installation mode. (Mandatory)

-f installinfofile

Specify the file name of the Installation Information file. (Mandatory)

Specify the file name in an absolute path within 200 bytes.

When you run the setup program startup command in Execute Silent Installation mode, the screens of the setup program are not displayed.