You can streamline the installation of PaperCut NG/MF or a specific component for automated deployment. For example, use this method when you install on multiple secondary print servers, or when you install the User Client locally on multiple desktops.
The installer command-line options let you pre-select the installer options. You do not need to click through the interface during installation. The options in the following table are valid for the Windows installers for PaperCut NG/MF (the main installer), the User Client, and the card wizard.
If you use a deployment tool or Mobile Device Management (MDM), ensure the tool can execute these command-line options as a script.
Deploying the script in a domain environment
You can run these options as a script in a domain environment using a Group Policy. For the User Client or other user components, ensure the tool has the required permissions to run the script as a user.
| Option | Description |
|---|---|
/SILENT or /VERYSILENT | Instructs the installer to be either:
|
/SUPPRESSMSGBOXES | To run a completely silent installation, run this switch in conjunction with /VERYSILENT. This will hide any message boxes displayed during the installation process. |
/DIR="x:\dirname" | Overrides the default installation directory. Use this to install PaperCut NG/MF to a different directory than the default. |
/TYPE=secondary_print | Selects the install type/options: Server installer:
|
/GROUP="folder name" | Overrides the default Start menu group / folder into which PaperCut NG/MF is installed. |
/NOICONS | Disables the creation of a Start menu group / folder. |
/LANG=language | Specifies the language to use during installation. By default this is automatically detected based on your language settings, but can be overridden by specifying a language. The available languages are:
|
Instructions and Example
Instructions
- Navigate to the directory where you downloaded PaperCut NG/MF.
- From the command line interface, run the installer and enter the parameters from the table above as arguments.
Example
"NG/MF installer filename".exe /SILENT /LANG=en
Comments