PDFCreator Hilfe |
Setup Kommandozeilenparameter Das Setup von PDFCreator ist durch eine Vielzahl von Parametern steuerbar. Viele dieser Parameter sind standardmäßig durch das verwendete Installationsprogramm Innosetup vorgegeben und sind in der dort verfügbaren englischen Hilfe erläutert. /ForceInstall Erzwingt eine Installation. Sollte das Setup eine bestehende Installation oder Reste einer bestehenden Installation finden wird die Installation nicht abgebrochen. /Printername=<PrinterName> Ermöglicht die Vorgabe eines Druckernamens. /PPDFile=<PPDFile> Ermöglicht die Vorgabe einer Druckerbeschreibungsdatei um so bereits eigene Papierformate definieren zu können. /REGFile=<REGFile> Ermöglicht die Vorgabe von Einstellungen über eine Registrierungsdatei. Dadurch können bequem Einstellungen einer Installation auf einen anderen Rechner über das Setup mit übernommen werden. /SILENT, /VERYSILENT Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above) /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" 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. |