Changes

PDFCreator

824 bytes added, 08:01, 22 September 2008
Update to version 0.9.6
== PDFCreator 0.9.5 6 ==
 [http://sourceforge.net/projects/pdfcreator/ PDFCreator] 0.9.5 6 is not available as an MSI package.
Customization has to be prepared via a .inf file produced by the installation package with the /SAVEINF="filename.inf" option; this allows for example the installation without toolbar.
Version 0.9.5 6 does not upgrade from 0.9.3 5 (it complains about the package being already installed) so I use a different package id ("pdfcreator-095" for the old version, "pdfcreator-095096" 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.
<source lang="xml">
<package
id="pdfcreator-095096" name="PDFCreator 0.9.56"
revision="1"
reboot="false"
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="PDFCreator" />
<check type="file" condition="versionequalto" path="%PROGRAMFILES%\PDFCreator\PDFCreator.exe" value="0.9.0.56"/>
</check>
<install cmd='%SOFTWARE%\PDFCreator\PDFCreator-0_9_5_setup0_9_6_setup.exe /LOADINF="%SOFTWARE%\PDFCreator\PDFCreator-0_9_5_setup0_9_6_setup.inf" /VERYSILENT /NORESTART /SP-' /> <upgrade cmd='%SOFTWARE%\PDFCreator\PDFCreator-0_9_5_setup0_9_6_setup.exe /LOADINF="%SOFTWARE%\PDFCreator\PDFCreator-0_9_5_setup0_9_6_setup.inf" /VERYSILENT /NORESTART /SP-' />
<remove cmd='%PROGRAMFILES%\PDFCreator\unins000.exe /VERYSILENT' />
</package>
</source>
 
Below you find an excerpt from 0.9.6 history.txt, which states Vista support and more.
 
Version 0.9.6 (September 19, 2008)
-------------------------------------------------------------------------------
Improvements:
- Using GPL-Ghostscript 8.63 now.
- Full vista support
- Following file formats are supported : PDF (including PDF/A (1b) and PDF/X (X-3:2002, X-3:2003 and X-4), PNG, JPEG,BMP, PCX, TIFF, PS, EPS, TXT, PSD, PCL, RAW
- Support for signed PDFs.
- Added some new com-samples.
- Direct conversion for faster processing of JPEG and BMP images without printing added
Bug Fixes:
- Fixed some minor bugs.
Known issues:
- No hyperlinks possible (Hyperlinks for MS Word are possible with the combination of PDF-T-Maker and PDFCreator.)
 
152
edits