Changes

PDF24 Creator

1,290 bytes added, 12:06, 17 February 2014
no edit summary
The software is available from http://www.pdf24.org/.
== PDF24 Creator 6.3.2 ==
 
See http://en.pdf24.org/forum/about826.html for command line switches.
 
Download exe installer for business use. After download check the properties, sometimes there is a security notice.
 
<source lang="xml"><?xml version="1.0" encoding="UTF-8"?>
<package
id="pdf24creator"
name="PDF24Creator"
revision="%version%"
reboot="false"
priority="50">
<variable name="version" value="6.3.2"/>
 
<!-- check -->
<check type="uninstall" condition="exists" path="PDF24 Creator %version%" />
<!-- install -->
<install cmd="taskkill /F /IM pdf24.exe">
<exit code="any" />
</install>
<install cmd='cmd /C "%SOFTWARE%\PDF24Creator\pdf24-creator-%version%.exe" /VERYSILENT /NOUPDATE /NORESTART /LANG=German /COMPONENTS=pdfPrinter' />
<install cmd='%ComSpec% /c del /q "%AllUsersProfile%\Desktop\PDF24 Creator.lnk"'><exit code="any" /></install>
<install cmd='%ComSpec% /c del /q "%Public%\Desktop\PDF24 Creator.lnk"'><exit code="any" /></install> <!-- Vista/Windows7 -->
<!-- upgrade -->
<upgrade include='install' />
<!-- remove -->
<remove cmd="taskkill /F /IM pdf24.exe">
<exit code="any" />
</remove>
<remove cmd='"%PROGRAMFILES%\PDF24\unins001.exe" /VERYSILENT'/>
</package>
</source>
== PDF24 Creator 4.6.0 ==
Anonymous user