Changes

Jump to: navigation, search

PDFCreator

2,351 bytes added, 00:36, 23 November 2010
PDFCreator 1.1.0
== PDFCreator 1.1.0 ==
 
PDFCreator is available for download here: http://sourceforge.net/projects/pdfcreator
 
Version 1.1.0 adds the ability to install without uninstalling the previous versions and rebooting. This allows 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
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
 
<package
id="pdfcreator_test"
name="PDFCreator 1.1.0"
revision="110"
reboot="false"
priority="0">
<check type="logical" condition="or">
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\PDFCreator\PDFCreator.exe" value="1.1.0.0" />
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES(x86)%\PDFCreator\PDFCreator.exe" value="1.1.0.0" />
</check>
<install cmd='%SOFTWARE%\pdfcreator\PDFCreator-1_1_0_setup.exe /LOADINF="%SOFTWARE%\pdfcreator\PDFCreator-1_1_0.inf" /VERYSILENT /NORESTART /SP-' />
<install cmd='REG ADD "HKLM\SOFTWARE\PDFCreator\Program" /v "UpdateInterval" /t REG_SZ /d "0" /f' />
<upgrade cmd='%SOFTWARE%\pdfcreator\PDFCreator-1_1_0_setup.exe /LOADINF="%SOFTWARE%\pdfcreator\PDFCreator-1_1_0.inf" /VERYSILENT /NORESTART /SP-' />
<upgrade cmd='REG ADD "HKLM\SOFTWARE\PDFCreator\Program" /v "UpdateInterval" /t REG_SZ /d "0" /f' />
 
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\PDFCreator\unins000.exe" "%PROGRAMFILES%\PDFCreator\unins000.exe /VERYSILENT"' />
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES(x86)%\PDFCreator\unins000.exe" "%PROGRAMFILES(x86)%\PDFCreator\unins000.exe /VERYSILENT"' />
 
</package>
 
</packages>
</source>
 
This is a sample PDFCreator-1_1_0.inf without the toolbar or desktop icons. Setting NoIcons=1 will remove the start menu folder.
<source lang="ini">
[Setup]
Lang=english
Dir=C:\Program Files\PDFCreator
Group=PDFCreator
NoIcons=0
SetupType=custom
Components=program,ghostscript,languages,languages\english
Tasks=
Printername=PDFCreator
ServerInstallation=0
Win9xPrinterdriver=0
WinNtPrinterdriver=0
Win2k32bitPrinterdriver=0
Win2k64bitPrinterdriver=0
Toolbar=0
</source>
 
To create a custom PDFCreator-1_1_0.inf, run the installer using:
 
PDFCreator-1_1_0_setup.exe /SAVEINF="PDFCreator-1_1_0.inf"
 
 
== PDFCreator 1.0.1 ==
35
edits

Navigation menu