Installing in silent mode

A silent or unattended installation requires no user interaction, and all installation configuration information is taken from the response file. This is useful when you want multiple identical installations or a fully automated installation process.

To install in silent mode, run:

./setup.bin -f responseFileName -i silent 
-DAGREE_TO_SYBASE_LICENSE=true 

where responseFileName is the absolute path of the file name containing the installation options you chose. The -D option specifies that you agree with the Sybase License Agreement text.

Except for the absence of the GUI screens, all actions of the installer are the same, and the result of an installation in silent mode is exactly the same as one done in GUI mode with the same responses.

NoteYou must agree to the Sybase License Agreement when installing in silent mode. You can either:

NoteStarting with version 15.7 ESD#3, you can choose to skip installation of sample files, documentation files, and debug files. By default, these files are installed when you install Open Server and SDK. To skip installation of these files, use the -DPRODUCTION_INSTALL=TRUE installer command-line argument or use the PRODUCTION_INSTALL=TRUE property in the response file when installing in silent mode.