Changes

Jump to: navigation, search

PaintDotNet

No change in size, 04:25, 16 February 2010
m
Update to version 3.5.2
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":
<source lang="dos">
Paint.NET.3.5.12.Install.exe /createMsi CHECKFORUPDATES=1 CHECKFORBETAS=0 JPGPNGBMPEDITOR=1 TGAEDITOR=1 ALLUSERS=1 DESKTOPSHORTCUT=1
</source>
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.5.12.msi".
== Package stanza ==
<depends package-id="dotnet35" />
<check type="uninstall" condition="exists" path="Paint.NET v3.5.12" />
<install cmd='msiexec /qn /i %SOFTWARE%\paintdotnet\paint.net-3.5.12.msi' />
<upgrade cmd='msiexec /qn /i %SOFTWARE%\paintdotnet\paint.net-3.5.12.msi' />
<remove cmd='msiexec /qn /x {D3E7A2A54F77F6EE-A0592C99-4A4449F7-949B940A-21FBD371A8B82E9C208C3BE1}' />
</package>
</source>
117
edits

Navigation menu