Difference between revisions of "PaintDotNet"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 2: | Line 2: | ||
[http://www.eecs.wsu.edu/paint.net Paint.NET] is a spiffy image editor for Windows using C#. | [http://www.eecs.wsu.edu/paint.net Paint.NET] is a spiffy image editor for Windows using C#. | ||
− | < | + | |
+ | <source lang="xml"> | ||
<package | <package | ||
id="paint.net" | id="paint.net" | ||
Line 15: | Line 16: | ||
<upgrade cmd='msiexec /i "%SOFTWARE%\PaintDotNet\PaintDotNet_2_1b.msi" /q' /> | <upgrade cmd='msiexec /i "%SOFTWARE%\PaintDotNet\PaintDotNet_2_1b.msi" /q' /> | ||
</package> | </package> | ||
− | </ | + | </source> |
Revision as of 19:20, 12 March 2008
This is a silent installer and uninstaller for PaintDotNet.
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 "%SOFTWARE%\PaintDotNet\PaintDotNet_2_1b.msi" /q' />
<remove cmd="msiexec /q /x{9DA9E3D2-A7FD-4206-9604-11B01A0CDA5F}" />
<upgrade cmd='msiexec /i "%SOFTWARE%\PaintDotNet\PaintDotNet_2_1b.msi" /q' />
</package>