A silent mode installation, sometimes referred to as an unattended installation, allows you to install the product with a response file to set default values, without any interaction required on your part.
Follow the same steps as you would for a console installation, but at the command line, enter:
./setup -silent -options Rep.response -W SybaseLicense.agree=true
./setup -silent -options Rep.response -is:javahome JVM \ -W SybaseLicense.agree=true
Mac: In a terminal window, enter:
java -Djava.awt.headless=true -cp /Volumes/"RS126 MAC"/suite.jar run \ -silent -options -W SybaseLicense.agree=true
Where:
REP.response – is the name of the file containing the installation options you chose.
-W SybaseLicense.agree=true – specifies that you agree with the Sybase License Agreement text.