...
- Create a localsettings file that includes the options you want to preconfigure the installation with. See Localsettings for details on available options.
Pass that localsettings file to the installer using the
/configure
or--configure
parameter.
For example:Windows:
/configure=<path-to-localsettings-file
>
Unix:
--configure <path-to-localsettings-file>
...