Changes

PDF24 Creator

1,092 bytes added, 09:45, 26 July 2011
Created page with "Silent Installer for PDF24 Creator The free PDF Creator and PDF Convertor supplied by PDF24.org works with all Windows programs and has a lot of features you wouldn't expect fro..."
Silent Installer for PDF24 Creator

The free PDF Creator and PDF Convertor supplied by PDF24.org works with all Windows programs and has a lot of features you wouldn't expect from free software: create PDF files from almost any Windows application, re-order pages, merge, split, and password-protect your existing PDF files.

The software is available [http://www.pdf24.org/ here]


<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="PDF24Creator" name="PDF24Creator" revision="330" reboot="false" priority="50">
<check type="file" condition="versionequalto" path="%PROGRAMFILES%\PDF24\pdf24.exe" value="3.3.0.0" />
<install cmd='cmd /C""%SOFTWARE%\Packages\PDF24\PDF24-Creator.EXE" /VERYSILENT'/>
<remove cmd='"%PROGRAMFILES%\PDF24\unins000.exe" /VERYSILENT'/>
</package>
</packages>
</source>


On Windows 7 Systems you will get an Error because of the printerdriver is not trusted.
To sove this Problem you can install the Geek Software GmbH Cert before install pdf24

<code>
ertutil.exe -f -addstore "TrustedPublisher" PDF24-Zertifikat.p7b
</code>
84
edits