(Open Source) PDFCreator 1
Valid from version 2:Disabling automatic updates via registry key:Path: [HKEY_USERS \ .DEFAULT \ Software \ PDFCreator.net \ Settings \ Application Settings]Key type: Reg_SZKey Name: UpdateInte… Read More
WIth version 1.5.0, I use multiple command line switches as documented here, like this: PDFCreator-1.5.0_setup.exe /SP- /SILENT /NOCANCEL /NORESTART /LOADINF="install.inf" /ForceInstall The… Read More
PDFCreator-1_2_3_setup.exe /verysilent /f /norestart Read More
To remove. You need to have the unins000.exe and uninstall.dat in the same folder. You do the following switch. unins000.exe /VERYSILENT /NORESTART This will remove the software silently. Read More
Best way to create a custom install is to use the parameter /SAVEINF="PATH_TO_SAVE\filename.inf" After that use the /LOADINF="PATH_TO_INF_FILE\filename.inf" to install that Package. Is probabl… Read More
For PDFCreator 1.2.0 I used the following... Run Parameters: /LOADINF="pdfcreator.inf" /VERYSILENT /FORCEINSTALL Full Command Line: PDFCreator- 1_2_0_setup.exe /LOADINF="pdfcreator.inf" /VER… Read More