Specifying parameters on the command line

You may want to configure some install settings dynamically at install time. For example, you may want to set the EAServer install directory to a location selected by the end user of your own installer. To do this, you can remove settings from the configuration file and specify them as command line arguments to the silent install.

For example, if your silent install script is SilentInstall.sh, this command installs EAServer to /opt/Sybase/EAServer:

SilentInstall.sh -W "SilentInstallLocation.value=/opt/Sybase/EAServer" 

You must also remove the equivalent settings from the silent install configuration file.