PaintDotNet
From WPKG | Open Source Software Deployment and Distribution
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 "\\server\share\PaintDotNet_2_1b.msi" /q' /> </package>