Besides the EXE Installer PDFCreator Professional, PDFCreator Server, PDFCreator Terminal Server and PDFCreator Custom also come with a MSI installer. The installer comes in two versions, one for 32 bit (x86) and one for 64 bit (x64) editions of Windows. To reduce the file size of the msi zip file, the x86 MSI installer must be build by executing the “Readme-And-Build-x86_msi.cmd”.
The different options to install PDFCreator are described below.
When installing on a single machine, the command line is the easiest way.
If your machine is behind a proxy server, it is necessary to call the setup with all parameters, even if their values are empty.
You can call the MSI like this, depending on your CPU architecture:
PDFCreator-X_X_X-setup_x86.msi LICENSEKEY=<YOUR-LICENSEKEY>
or
PDFCreator-X_X_X-setup_x64.msi LICENSEKEY=<YOUR-LICENSEKEY>
Available parameters:
LICENSEKEY=<YOUR-LICENSEKEY>
DEFER_LICENSE_CHECK=1
DEFER_LICENSING_SERVICE_START=1
ADDLOCAL=<MAINPROGRAM,HOTFOLDER,IMAGES2PDF>
SERVICEUSERNAME=<ACCOUNT-TO-RUN-LICENSE-SERVICE>
SERVICEPASSWORD=<SERVICEUSERNAME-PASSWORD>
PROXYNAME=<NAME-OF-YOUR-PROXY:PORT>
PROXYUSERNAME=<NAME-OF-YOUR-PROXY-LOGIN>
PROXYPASSWORD=<PASSWORD-OF-YOUR-PROXY-LOGIN>
INTERNALLICENSESERVERURL=<URL-OF-YOUR-INTERNAL-LICENSE-SERVER>
/QUIET
NOCONTEXTMENU=1
NOSTARTMENU=1
Note
The /QUIET
parameter instructs the setup to execute without any user interaction. If a restart is necessary it will reboot without asking.
For more information on the DEFER_LICENSE_CHECK
, DEFER_LICENSING_SERVICE_START
and INTERNALLICENSESERVERURL
parameters see Setup Command Line Parameters.
If you don’t want to install all features you can use the ADDLOCAL
parameter to install
only the desired features.
Allowed feature names are:
Feature name
Description
MAINPROGRAM
PDFCreator and it’s main components. (obligatory)
DESKTOP_SHORTCUT
A link icon on the desktop for PDFCreator.
HOTFOLDER
The HotFolder program.
HOTFOLDER_DESKTOP_SHORTCUT
A link icon on the desktop for HotFolder.
IMAGES2PDF
The Images2PDF program.
IMAGIMAGES2PDF_DESKTOP_SHORTCUTES2PDF
A link icon on the desktop for Images2PDF.
Samples:
PDFCreator-X_X_X-setup-pdfforge_x86.msi LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST
PDFCreator-X_X_X-setup-pdfforge_x64.msi LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST
PDFCreator-X_X_X-setup-pdfforge_x64.msi LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST
ADDLOCAL=MAINPROGRAM
PDFCreator-X_X_X-setup-pdfforge_x64.msi LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST
ADDLOCAL=MAINPROGRAM,IMAGES2PDF
PDFCreator-X_X_X-setup-pdfforge_x86.msi LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST
PROXYNAME=proxy1:8088 PROXYUSERNAME=JohnSmith PROXYPASSWORD=MyPassword
If you want to deploy the MSI package of PDFCreator using an Active Directory, you can use an Administrative Installation Point. An Administrative Installation Point is a special directory which you can create with msiexec, the MSI package and necessary parameters.
After creating the Administrative Installation Point you can put this directory on your network share. This directory contains a much smaller MSI file and some extracted files.
Samples:
Create a new directory for these samples “C:\PDFCreator_AIP”.
msiexec /a PDFCreator-X_X_X-setup-pdfforge.msi TARGETDIR=C:\PDFCreator_AIP
LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST
msiexec /a PDFCreator-X_X_X-setup-pdfforge.msi TARGETDIR=C:\PDFCreator_AIP
LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST ADDLOCAL=MAINPROGRAM,IMAGES2PDF
msiexec /a PDFCreator-X_X_X-setup-pdfforge.msi TARGETDIR=C:\PDFCreator_AIP
LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST PROXYNAME=proxy1:8088
PROXYUSERNAME=JohnSmith PROXYPASSWORD=MyPassword
At first create an Administrative Installation Point and move this directory to your network share for software distribution. Create a GPO for software distribution and use the MSI file from the directory of the Administrative Installation Point.