Specifying parameters on the command line

You may want to configure some installation settings dynamically at install time. For example, you may want to set the EAServer installation 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 installer.

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

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

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