Difference between revisions of "PaintDotNet"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
| Line 17: | Line 17: | ||
</pre> | </pre> | ||
| + | |||
| + | == External links == | ||
| + | * [http://www.eecs.wsu.edu/paint.net/doc/2.6/Help/en/UnattendedInstallation.html Paint.NET Help - Unattended installation] | ||
[[category:Silent Installers]] | [[category:Silent Installers]] | ||
Revision as of 11:55, 20 November 2007
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>