Difference between revisions of "PaintDotNet"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(No difference)

Revision as of 00:48, 28 October 2005

Paint.NET is a spiffy image editor for Windows using C#.

<package
    id="paint.net"
    name="Paint.Net"
    revision="1"
    reboot="false"
    priority="0">
    <check type="uninstall" condition="exists" path="Paint.NET v2.1b" />

    <install cmd='msiexec /i "\\server\share\PaintDotNet_2_1b.msi" /q'>
        <exit code="0" />
    </install>
    <remove cmd="msiexec /q /x{9DA9E3D2-A7FD-4206-9604-11B01A0CDA5F}">
        <exit code="0"/>
    </remove>
    <upgrade cmd='msiexec /i "\\server\share\PaintDotNet_2_1b.msi" /q'>
        <exit code="0" />
    </upgrade>
</package>