Changes

Jump to: navigation, search

PaintDotNet

1,022 bytes added, 20:56, 4 June 2008
Updated and switched to use msi
This is a silent installer and uninstaller for PaintDotNetPaint.NET.
[http://www.eecs.wsu.edu/paintgetpaint.net / Paint.NET] is a spiffy image editor for Windows using C#. The installer will only work while logged into a desktop as an administrator. If you're using WPKG Client or running WPKG over ssh it will fail. To get around this you need to generate an MSI. To do this download the installer and run it with the [http://www.eecs.wsu.edu/paint.net/doc/2.6/Help/en/UnattendedInstallation.html options] you want making sure to add "/createMsi": Paint.NET.3.31.exe /createMsi CHECKFORUPDATES=0 CHECKFORBETAS=0 JPGPNGBMPEDITOR=1 TGAEDITOR=1 ALLUSERS=1 This will create a folder called "PaintDotNetMsi" with two files in it: "PaintDotNet.x64.msi" and "PaintDotNet.x86.msi". Copy the "PaintDotNet.x86.msi" to your server as "paint.net-3.31.msi".
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="paint.netpaintdotnet" name="Paint.Netpaintdotnet" revision="1200805021" reboot="false" priority="05"> <check type="uninstall" condition="exists" path="Paint.NET v2v3.31" />  <install cmd='msiexec /qn /i %SOFTWARE%\paintdotnet\paint.net-3.31.msi CHECKFORUPDATES=0 CHECKFORBETAS=0 JPGPNGBMPEDITOR=1 TGAEDITOR=1 ALLUSERS=1' /> <install cmd='cmd /c del /q /s "%AllUsersProfile%\Desktop\Paint.NET.lnk"' />  <upgrade cmd='msiexec /qn /i %SOFTWARE%\paintdotnet\paint.net-3.31.msi CHECKFORUPDATES=0 CHECKFORBETAS=0 JPGPNGBMPEDITOR=1 TGAEDITOR=1 ALLUSERS=1' /> <upgrade cmd='cmd /c del /q /s "%AllUsersProfile%\Desktop\Paint.NET.1blnk" ' />
<install remove cmd='msiexec /i "%SOFTWARE%\PaintDotNet\PaintDotNet_2_1b.msi" /q' /> <remove cmd="msiexec /q qn /x{9DA9E3D251AFB69C-A7FD1C54-42064C77-9604A888-11B01A0CDA5F2860F8CD3E7D}" /> <upgrade cmd='msiexec /i "%SOFTWARE%\PaintDotNet\PaintDotNet_2_1b.msi" /q' />
</package>
</packages>
</source>
93
edits

Navigation menu