|
Setup Command Line Parameters
Even the Setup program's behaviour can be affected by some parameters which may be used to simplify the installation for the end users.
The parameters below can be combined in a single line. For example: c:\> setup-pf.exe /SILENT /DIR="c:\printfil"
/LANG
By adding this parameter, the setup program will use the specified language without asking the end user.
Can have the following values: ae, br, ca, cz, dk, nl, en, fi, fr, ge, gr, he, hu, ic, it, ma, no, pl, pt, ro, ru, se, sl, sp, sw. Please see "Translations" in the previous chapter.
/SILENT, /VERYSILENT
Instructs Setup to be silent or very silent. When Setup is silent only the installation progress window is displayed.
When a setup is very silent normally nothing is displayed, but eventually error messages, like "Disk Full" etc.
/NOCANCEL
Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button.
/DIR="x:\dirname"
Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified.
/GROUP="folder name"
Overrides the default folder name displayed on the Select Start Menu Folder wizard page.
|