Difference between revisions of "FreePDF"
From WPKG | Open Source Software Deployment and Distribution
m (FeePDF_XP printer emulation creating PDF files) |
(No difference)
|
Revision as of 16:51, 20 August 2008
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 here. On this site you will also find discussions on FreePDF_XP (troubleshooting etc.).
<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>
The file fpsetup.bat consists of only two lines:
set fpsetup=1 %SOFTWARE%\pdf\FreePDFXP3.26.exe