The Setup program accepts optional command line parameters. These can be useful to system administrators, and to other programs calling the Setup program.
| /SP- | Disables the startup prompt. |
| /SILENT, /VERYSILENT | Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed.
If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking. |
| /SUPPRESSMSGBOXES | Instructs Setup to suppress message boxes. Only has an effect when combined with '/SILENT' and '/VERYSILENT'. |
| /NOCANCEL | Prevents the user from canceling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'. |
| /NORESTART | Instructs Setup not to reboot even if it's necessary. |
| /RESTARTEXITCODE=exit code | Specifies the custom exit code that Setup is to return when a restart is needed. Useful along with '/NORESTART'. Also see Setup Exit Codes. |
| /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. |
| /NOICONS | No icons are installed in the start menu, on the desktop, and in the Quick Launch bar. |
| /LOG=filename | The setup program writes a log to the specified file name. If the file exists, it will be overwritten. |
| /NORESTART | Instructs Setup not to reboot even if it's necessary. |
| /PRINTERNAME="printername" | Installs the printer with specified printer name. Ex. /PRINTERNAME="My PDF Creator" |
| /INSTANCE="instancename" | Adds an instance name to the installed printer name. Ex. /INSTANCE="Invoices" |
| /LANG="languagecode" | Instructs the setup program to install the specified language. Language codes are 3-letter ISO codes. Currently the following languages are available: ARA, BGR, CHS, CHT, CSY, DAN, DEU, ELL, ENU, ESP, FRA, HUN, IND, ITA, PTB, RUS, SRL, SVE, TRK |
| /PAPERSIZE | The printer default paper size can be set to A4 or Letter using the switches /PAPERSIZE=A4 or /PAPERSIZE=Letter |