Command line installation of Nitro PDF Pro
Our Enterprise and Business customers can automate the installation of Nitro PDF Pro through Windows CMD, InTune, SCCM, or any other software deployment system.
The Nitro Deployment Utility can be used to create an MST to customize the installation of Nitro PDF Pro.

The CMD syntax to be used will be as follows:
msiexec /i <path_to_MSI> TRANSFORMS=<path_to_MST>
For a quiet or silent installation please use the following:
msiexec /i "nitro_pro14_x64.msi" TRANSFORMS="nitro_pro14_x64.mst" /qb
Other parameters including those for a quiet or silent installation can be seen below.
Parameter
Description
<path_to_package>
Specifies the location and name of the installation package file.
/quiet
Specifies quiet mode, which means there's no user interaction required.
/passive
Specifies unattended mode, which means the installation only shows a progress bar.
/qn
Specifies there's no UI during the installation process.
/qn+
Specifies there's no UI during the installation process, except for a final dialog box at the end.
/qb
Specifies there's a basic UI during the installation process.
/qb+
Specifies there's a basic UI during the installation process, including a final dialog box at the end.
/qr
Specifies a reduced UI experience during the installation process.
/qf
Specifies a full UI experience during the installation process.

For more information regarding how to use Nitro Products, please visit the following website for all our online resources: https://www.gonitro.com/support