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 PowerBuilder Application Server Plug-In 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 installation script is SilentInstall.bat, this command installs the PowerBuilder Application Server Plug-In to C:\Program Files\Sybase\PBserverPlugin:

SilentInstall.bat -W "setInstallLocWindow.value=C:\Program Files\Sybase\PBserverPlugin" 

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