PDFCreator is an application for converting documents into Portable Document Format format on Microsoft Windows operating systems. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of PDFCreator from the command line using the EXE installer.
How to Install PDFCreator Silently
PDFCreator 4 Silent Install (EXE)
- Download the PDFCreator 4 (Stable) Installer
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
PDFCreator-4_1_2-Setup.exe /COMPONENTS="program" /VERYSILENT /NORESTART
- Press Enter
After a few moments you should see the PDFCreator Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | PDFCreator |
Vendor: | pdfforge GmbH |
Version: | 4.1.2 |
Architecture: | x86_X64 |
Installer Type: | EXE |
Silent Install Switch: | PDFCreator-4_1_2-Setup.exe /COMPONENTS="program" /VERYSILENT /NORESTART |
Silent Uninstall Switch: | MsiExec.exe /x {00010FEF-82A2-497E-983A-7105A0266FA7} /qn |
Download Link: | https://download.pdfforge.org/download/pdfcreator/list |
PDFCreator 4 (Legacy Setup) Silent Install (EXE)
- Download the PDFCreator 4 (Legacy Setup) Installer
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
PDFCreator-4_1_2-Setup_legacy.exe /ForceInstall /COMPONENTS="program" /VERYSILENT /NORESTART
- Press Enter
After a few moments you should see the PDFCreator Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | PDFCreator Free |
Vendor: | pdfforge GmbH |
Version: | 4.1.2 |
Architecture: | x86_X64 |
Installer Type: | EXE |
Silent Install Switch: |
|
Silent Uninstall Switch: | "%ProgramFiles%\PDFCreator\unins000.exe" /VERYSILENT /NORESTART |
Download Link: | https://download.pdfforge.org/download/pdfcreator/list |
PDFCreator 3.5 Silent Install (EXE)
- Download the PDFCreator 3.5 Installer
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
PDFCreator-3_5_1-Setup.exe /ForceInstall /COMPONENTS="program" /VERYSILENT /NORESTART
- Press Enter
After a few moments you should see the PDFCreator Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | PDFCreator |
Vendor: | pdfforge GmbH |
Version: | 3.5.1 |
Architecture: | x86_X64 |
Installer Type: | EXE |
Silent Install Switch: |
|
Silent Uninstall Switch: | "%ProgramFiles%\PDFCreator\unins000.exe" /VERYSILENT /NORESTART |
Download Link: | https://download.pdfforge.org/download/pdfcreator/list |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create an Installation Log File
The PDFCreator legacy installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.
PDFCreator 4 (Legacy Setup) Silent Install w/ Logging
PDFCreator-4_1_2-Setup_legacy.exe /ForceInstall /COMPONENTS="program" /VERYSILENT /NORESTART /LOG="%WINDIR%\Temp\PDFCreator4-Install.log" |
PDFCreator 3.5 Silent Install w/ Logging
PDFCreator-3_5_1-Setup.exe /ForceInstall /COMPONENTS="program" /VERYSILENT /NORESTART /LOG="%WINDIR%\Temp\PDFCreator35-Install.log" |
Change Default Installation Directory
You can change the default installation directory by using the following command line parameters. In this example, I’m installing PDFCreator to “C:\PDFCreator”
PDFCreator 4
PDFCreator-4_1_2-Setup.exe /DIR=C:\PDFCreator /COMPONENTS="program" /VERYSILENT /NORESTART |
PDFCreator 4 (Legacy Setup)
PDFCreator-3_5_1-Setup.exe /ForceInstall /DIR=C:\PDFCreator /COMPONENTS="program" /VERYSILENT /NORESTART |
PDFCreator 3.5
PDFCreator-3_5_1-Setup.exe /ForceInstall /DIR=C:\PDFCreator /COMPONENTS="program" /VERYSILENT /NORESTART |
Exclude Desktop Shortcut During Install
The PDFCreator installer creates a desktop shortcut by default. If you don’t want the desktop shortcut, then you can run one the following command line switches to exclude it.
PDFCreator 4 Silent Install w/ No Desktop Shortcut
PDFCreator-4_1_2-Setup.exe /COMPONENTS="program" /NOICONS /VERYSILENT /NORESTART |
PDFCreator 4 (Legacy Setup) Silent Install w/ No Desktop Shortcut
PDFCreator-4_1_2-Setup_legacy.exe /ForceInstall /COMPONENTS="program" /VERYSILENT /NORESTART /MERGETASKS=!desktopicon |
PDFCreator 3.5 Silent Install w/ No Desktop Shortcut
PDFCreator-3_5_1-Setup.exe /ForceInstall /COMPONENTS="program" /VERYSILENT /NORESTART /MERGETASKS=!desktopicon |
Disable RSS News Feed
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following command & press Enter:
- Note: This is a Per User Setting
REG ADD "HKCU\SOFTWARE\pdfforge\PDFCreator\Settings\ApplicationSettings\RssFeed" /v Enable /t REG_SZ /d False /f |
Disable Usage Statistics
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter Each of the following commands One at a Time & press Enter:
- Note: These Are Per User Settings
REG ADD "HKCU\SOFTWARE\pdfforge\PDFCreator\Settings\ApplicationSettings\UsageStatistics" /v Enable /t REG_SZ /d False /f |
REG ADD "HKCU\SOFTWARE\pdfforge\PDFCreator\Settings\ApplicationSettings\UsageStatistics" /v UsageStatsInfo /t REG_SZ /d False /f |
Disable Show Tips
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following command & press Enter:
- Note: This is a Per User Setting
REG ADD "HKCU\SOFTWARE\pdfforge\PDFCreator\Settings\ApplicationSettings" /v EnableTips /t REG_SZ /d False /f |
How to Uninstall PDFCreator Silently
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
PDFCreator 4.1.2 Silent Uninstall
MsiExec.exe /x {00010FEF-82A2-497E-983A-7105A0266FA7} /qn |
PDFCreator 4 (Legacy Setup) Silent Uninstall
"%ProgramFiles%\PDFCreator\unins000.exe" /VERYSILENT /NORESTART |
PDFCreator 3.5 Silent Uninstall
"%ProgramFiles%\PDFCreator\unins000.exe" /VERYSILENT /NORESTART |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.