Photoscape

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

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>