Difference between revisions of "PhotoFiltre"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with '"PhotoFiltre is a complete image retouching program. It allows you to do simple or advanced adjustments to an image and apply a vast range of filters on it. It is simple and intu…')
 
Line 22: Line 22:
 
</package>
 
</package>
 
</source>
 
</source>
 +
[[Category:Silent Installers]]

Revision as of 13:38, 9 March 2010

"PhotoFiltre is a complete image retouching program. It allows you to do simple or advanced adjustments to an image and apply a vast range of filters on it. It is simple and intuitive to use, and has an easy learning curve. The toolbar, giving you access to the standard filters with just a few clicks, gives PhotoFiltre a robust look." References :

  • Download : [1]
  • Official : [2]
 
<package
    id="Photofiltre"
    name="Photofiltre"
    revision="2"
    reboot="false"
    priority="1">
	<check type="file" condition="versionequalto" path="%PROGRAMFILES%\PhotoFiltre\PhotoFiltre.exe" value="6.4.0"/>
	
	<install cmd='%SOFTWARE%\graphics\pf-setup.exe /S' />
 
	<upgrade cmd='%SOFTWARE%\graphics\pf-setup.exe /S' />
    <remove cmd='%PROGRAMFILES%\PhotoFiltre\Uninst.exe /S' />
</package>