PDFCreator Help |
Setup Command Line Parameters The PDFCreator Setup can take several parameters. Most of them are given through the installer software (Inno Setup) we are using. /ForceInstall Forces PDFCreator to install even if a previous installation has been found. /Printername=<PrinterName> Allows to set a different default printer name. /PPDFile=<PPDFile> Allows to specify a custom printer description file i.e. to supply custom paper formats. /REGFile=<REGFile> Allows to specify PDFCreator settings through a registry setting file. This allows to transfer settings to other computers in the setup. /SILENT, /VERYSILENT /NOCANCEL /NORESTART /LOADINF="filename" /SAVEINF="filename" /LANG=language When a valid /LANG parameter is used, the Select Language dialog will be suppressed. /DIR="x:\dirname" /GROUP="folder name" /NOICONS /COMPONENTS="comma separated list of component names" Overrides the default components settings. Using this command line parameter causes Setup to automatically select a custom type. Sample: /COMPONENTS=”program,ghostscript,comsamples,helpfiles\english,languages\english” Note: The component names change from time to time. You can get a full list of components by installing PDFCreator using the /SaveINF parameter. This will create an INF file with your settings and you will take a list of installed components from there. /TASKS="comma separated list of task names" Specifies a list of tasks that should be initially selected. Only the specified tasks will be selected; the rest will be deselected. Use the /MERGETASKS parameter instead if you want to keep the default set of tasks and only select/deselect some of them. If a task name is prefixed with a "*" character, any child tasks will be selected as well (except for those that include the dontinheritcheck flag). If a task name is prefixed with a "!" character, the task will be deselected. /MERGETASKS="comma separated list of task names" Like the /TASKS parameter, except the specified tasks will be merged with the set of tasks that would have otherwise been selected by default. |