Difference between revisions of "Photoscape"
From WPKG | Open Source Software Deployment and Distribution
(Created page with "Photoscape is a free photo editor. http://www.photoscape.org/ps/main/index.php <source lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <packages> <package id="photosc...") |
(No difference)
|
Revision as of 15:01, 20 June 2012
Photoscape is a free photo editor. http://www.photoscape.org/ps/main/index.php
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="photoscape"
name="Photoscape"
revision="%version%"
reboot="false"
priority="0">
<variable name="version" value="3.6.2" />
<variable name="fileversion" value="1.0.0.1298" />
<check type="file" condition="versionequalto" path="%PROGRAMFILES%\PhotoScape\PhotoScape.exe" value="%fileversion%" />
<install cmd='"%SOFTWARE%\photoscape\PhotoScape_V%version%.exe" /S'/>
<upgrade cmd='"%SOFTWARE%\photoscape\PhotoScape_V%version%.exe" /S'/>
<remove cmd='"%PROGRAMFILES%\PhotoScape\uninstall.exe" /S' />
</package>
</packages>