Difference between revisions of "PDFTK Builder"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: PDFTK Builder is a nifty little PDF utility if you don't have or don't want a full blown Adobe Acrobat just for collating, splitting, rotating, stamping and password settings in PDF files....)
 
m (added missing quotes)
Line 15: Line 15:
 
   
 
   
 
<check type="uninstall" condition="exists" path="PDFTK Builder 3.5.3" />
 
<check type="uninstall" condition="exists" path="PDFTK Builder 3.5.3" />
<install cmd='%SOFTWARE%\pdftkbuilder\pdftkb_setup.exe" /verysilent' />
+
<install cmd='"%SOFTWARE%\pdftkbuilder\pdftkb_setup.exe" /verysilent' />
<upgrade cmd='%SOFTWARE%\pdftkbuilder\pdftkb_setup.exe" /verysilent' />
+
<upgrade cmd='"%SOFTWARE%\pdftkbuilder\pdftkb_setup.exe" /verysilent' />
 
<remove cmd='"%PROGRAMFILES%\PDFTK Builder\unins000.exe" /verysilent /norestart'/>
 
<remove cmd='"%PROGRAMFILES%\PDFTK Builder\unins000.exe" /verysilent /norestart'/>
 
  </package>
 
  </package>

Revision as of 01:10, 17 February 2009

PDFTK Builder is a nifty little PDF utility if you don't have or don't want a full blown Adobe Acrobat just for collating, splitting, rotating, stamping and password settings in PDF files. It is a frontend to pdftk (but does not need to have pdftk itself beeing installed).

PDFTK Builder home: http://angusj.com/pdftkb/

<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
 <package   
	id="pdftkbuilder" 
	name="PDFTK Builder 3.5.3" 
	revision="353" 
	priority="0" 
	reboot="false">  
 
	<check type="uninstall" condition="exists" path="PDFTK Builder 3.5.3" />
	<install cmd='"%SOFTWARE%\pdftkbuilder\pdftkb_setup.exe" /verysilent' />
	<upgrade cmd='"%SOFTWARE%\pdftkbuilder\pdftkb_setup.exe" /verysilent' />
	<remove cmd='"%PROGRAMFILES%\PDFTK Builder\unins000.exe" /verysilent /norestart'/>
 </package>
</packages>

PDFTK Builder seems to use Inno Setup.