Changes

FreePDF

1,140 bytes added, 16:51, 20 August 2008
m
FeePDF_XP printer emulation creating PDF files
FeePDF_XP is a printer device emulation and creates PDF-files (single or so called multi-doc files) from any application, that can print. The software is available [http://www.shbox.de here]. On this site you will also find discussions on FreePDF_XP (troubleshooting etc.).

<source lang="xml">
<packages>

<package id="freepdfxp" name="FreePDF XP 3.26" revision="326" reboot="false" priority="1" >

<depends package-id="gplghostscript" />

<check type="file" condition="sizeequals" path="%PROGRAMFILES%\FreePDF_XP\FreePDF.exe" value="761344" />

<install cmd='cmd /C "%SOFTWARE%\wpkg\packages\fpsetup.bat"' />

<upgrade cmd='"%SOFTWARE%\wpkg\packages\fpsetup.bat"' />

<remove cmd='"%PROGRAMFILES%\FreePDF_XP\fpsetup.exe" /q /r' />

<!-- after uninstall file and directory remain -->
<remove cmd='cmd /C del /y "%PROGRAMFILES%\FreePDF_XP\fpsetup.exe"' />
<remove cmd='cmd /C rd /y "%PROGRAMFILES%\FreePDF_XP"' />

</package>
</source>

The file fpsetup.bat consists of only two lines:

set fpsetup=1
%SOFTWARE%\pdf\FreePDFXP3.26.exe

[[category:Silent Installers]]
6
edits