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. 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.bat, this command installs EAServer to C:\Program Files\Sybase\EAServer6.2:

SilentInstall -W "SetInstallLocWin.value=C:\Program Files\Sybase\EAServer6.2"

Do not forget to remove the equivalent settings from the silent install configuration file.