Changes

Jump to: navigation, search

PDFCreator

26 bytes added, 22:56, 25 January 2011
m
Updated for version 1.2.0
== PDFCreator 1.1.0 - 1.2.0 ==
PDFCreator is available for download here: http://sourceforge.net/projects/pdfcreator
Version 1.1.0 adds added the ability to install the latest version without uninstalling the previous versions and rebooting. This allows for a completely silent install which you couldn't do in version 1.0.1.
Explanations of all command line parameters are available here: http://www.pdfforge.org/content/setup-command-line-parameters
Version 1.1.0 You can also takes a use the /FORCEINSTALL flag which ignores previously installed versions. You might want to consider using this.
<source lang="xml">
<package
id="pdfcreator"
name="PDFCreator 1.12.0" revision="110120"
reboot="false"
priority="0">
<check type="logical" condition="or">
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\PDFCreator\PDFCreator.exe" value="1.12.0.0" /> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES(x86)%\PDFCreator\PDFCreator.exe" value="1.12.0.0" />
</check>
<install cmd='%SOFTWARE%\pdfcreator\PDFCreator-1_1_0_setup1_2_0_setup.exe /LOADINF="%SOFTWARE%\pdfcreator\PDFCreator-1_1_01_2_0.inf" /VERYSILENT /NORESTART /SP-' />
<install cmd='%COMSPEC% /C REG ADD "HKLM\SOFTWARE\PDFCreator\Program" /v "UpdateInterval" /t REG_SZ /d "0" /f' />
<upgrade cmd='%SOFTWARE%\pdfcreator\PDFCreator-1_1_0_setup1_2_0_setup.exe /LOADINF="%SOFTWARE%\pdfcreator\PDFCreator-1_1_01_2_0.inf" /VERYSILENT /NORESTART /SP-' />
<upgrade cmd='%COMSPEC% /C REG ADD "HKLM\SOFTWARE\PDFCreator\Program" /v "UpdateInterval" /t REG_SZ /d "0" /f' />
</source>
This is a sample PDFCreator-1_1_01_2_0.inf without the toolbar or desktop icons. Setting NoIcons=1 will remove the start menu folder.
<source lang="ini">
[Setup]
</source>
To create a custom PDFCreator-1_1_01_2_0.inf, run the installer using:
PDFCreator-1_1_0_setup1_2_0_setup.exe /SAVEINF="PDFCreator-1_1_01_2_0.inf"
=== Remove "Application Updater" and "Toolbar" ===
35
edits

Navigation menu