PDFCreator
  • Home
  • Knowledge Base
  • Table of Contents
    • PDFCreator
      • Introduction
      • Installing PDFCreator
      • Using PDFCreator
      • PDFCreator Settings
      • Frequently Asked Questions (FAQ)
      • COM Interface
      • License
      • Acknowledgements
    • PDFCreator Server
    • Internal License Server (ILS)
    • HotFolder
    • Support PDFCreator

MSI Installer¶

Besides the EXE Installer PDFCreator Professional, PDFCreator Server, PDFCreator Terminal Server and PDFCreator Custom also come with a MSI installer. The different options to install PDFCreator are described below.

Installing from the Command Line¶

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:

PDFCreator-X_X_X-setup.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.msi LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST

PDFCreator-X_X_X-setup-pdfforge.msi LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST
   ADDLOCAL=MAINPROGRAM

PDFCreator-X_X_X-setup-pdfforge.msi LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST
   ADDLOCAL=MAINPROGRAM,IMAGES2PDF

PDFCreator-X_X_X-setup-pdfforge.msi LICENSEKEY=01234-56789-ABCDE-FGHIJ-KLMNO-PQRST
   PROXYNAME=proxy1:8088 PROXYUSERNAME=JohnSmith PROXYPASSWORD=MyPassword

Create an Administrative Installation Point¶

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

Deploying PDFCreator through Active Directory¶

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.

Table of Contents
  • PDFCreator
    • Introduction
    • Installing PDFCreator
    • Using PDFCreator
    • PDFCreator Settings
    • Frequently Asked Questions (FAQ)
    • COM Interface
    • License
    • Acknowledgements
  • PDFCreator Server
  • Internal License Server (ILS)
  • HotFolder
  • Support PDFCreator
2025, Avanquest pdfforge GmbH