Changes

Jump to: navigation, search

PDFCreator

1,362 bytes added, 08:29, 10 June 2010
PDFCreator 1.0.0
[http://sourceforge.net/projects/pdfcreator/ PDFCreator] 1.0.0 is not available as an MSI package. Customization has to be prepared via commandline arguments to the installer, or via the SAVEINF method; both of them allow for example the installation without toolbar and desktop icon.
Haven't checked if version 1.0.0 upgrades cleanly from previous versoins versions (maybe it could complain about the package being already installed) so I use a different package id ("pdfcreator-098" for the old version, "pdfcreator-100" for the new), so that the old version is removed before the new is installed.
Note that the uninstall string is "PDFCreator" for both versions, so I added a check on the executable version number just to make sure.
* Known issues No hyperlinks possible (Hyperlinks for MS Word are possible with the combination of PDF-T-Maker and PDFCreator.)
To create PDFCreator-1_0_0.inf, you can install PDFCreator manually using:
 
PDFCreator-1_0_0_setup.exe /saveINF="PDFCreator-1_0_0.inf"
 
For your convenience, here is a PDFCreator-1_0_0.inf without toolbar and desktop icons. Please change "Dir" and "Lang" entries according to your system/language:
 
<source lang="ini">
[Setup]
Lang=german
Dir=C:\Programme\PDFCreator
Group=PDFCreator
NoIcons=1
SetupType=custom
Components=program,ghostscript,helpfiles,helpfiles\german,languages,languages\english,languages\german
Tasks=winexplorer
Printername=PDFCreator
ServerInstallation=0
Win9xPrinterdriver=0
WinNtPrinterdriver=0
Win2k32bitPrinterdriver=0
Win2k64bitPrinterdriver=0
</source>
 
All possible components/languages/options:
 
<source lang="ini">
[Setup]
Lang=english
Dir=C:\Program Files\PDFCreator
Group=PDFCreator
NoIcons=0
SetupType=custom
Components=program,ghostscript,browseraddon,comsamples,helpfiles,helpfiles\english,helpfiles\french,helpfiles\german,languages,languages\catalan,languages\chinese_simplified,languages\danish,languages\english,languages\french,languages\galician,languages\german,languages\hungarian,languages\latvian,languages\portuguese_br,languages\russian,languages\slovak,languages\slovenian,languages\spanish,languages\turkish,languages\valencian
Tasks=desktopicon,desktopicon\common,quicklaunchicon,fileassoc,winexplorer
</source>
== PDFCreator 0.9.8 ==
66
edits

Navigation menu