MSI Installer for PDF Printer
If you want to install the PDF Printer using a Group Policy (GPO) under
Windows Active Directory then you may need a MSI package instead of the
setup executable.
The normal setup executable accepts a wide range of parameters and offers
a lot of functionality.
Our objective has been to offer an MSI package with the same level of features.
Therefore, we have chosen to use the MSI Wrapper tool from
exemsi.com to create
our MSI package for Windows Installer.
PDF Printer MSI version 9.8.0.1599 (4.8 MB)
PDF Printer MSI version 9.8.0.1599 (4.8 MB) (SILENT)
Automated Installation
The PDF Printer MSI supports all the normal
setup command line switches
from the executable installer.
Example:
msiexec.exe /i "Setup_BullzipPDFPrinter_9_8_0_1599.msi" /quiet WRAPPED_ARGUMENTS="/VERYSILENT"
This example will make msiexec install the package in unattended and invisible mode.
Using the /quiet will make the MSI operation run silently.
The WRAPPED_ARGUMENTS are sent to the wrapped setup executable.
You can use the WRAPPED_ARGUMENTS to send any of the supported
command line switches
that fits your rollout of the PDF Printer.
It is recommended that you download gslite.exe and place it next to the MSI package before you start the MSI installation.
The installer will find it and install it in the right place.
|