Changes

Jump to: navigation, search

PaintDotNet

4 bytes added, 21:53, 10 November 2009
no edit summary
*Administrator access
*Create a .msi from the .exe (/auto on the .exe will fail if you're using the WPKG Client or running WPKG over ssh and it has no option to run silently either)
*[[Microsoft_.NET_Framework#Microsoft_.NET_Framework_2NET_Framework_3.05_SP1|.Net framework 23.05 SP1]]
== Create .msi ==
Paint.NET.3.5.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.365.msi".
== Package stanza ==
priority="5">
<check type="uninstall" condition="exists" path="Paint.NET v3.365" /> <depends package-id="dotnet20dotnet35" /> <install cmd='msiexec /qn /i %SOFTWARE%\paintdotnet\paint.net-3.365.msi CHECKFORUPDATES=1 CHECKFORBETAS=0 JPGPNGBMPEDITOR=1 TGAEDITOR=1 ALLUSERS=1 DESKTOPSHORTCUT=1' />
<upgrade cmd='msiexec /qn /i %SOFTWARE%\paintdotnet\paint.net-3.365.msi CHECKFORUPDATES=1 CHECKFORBETAS=0 JPGPNGBMPEDITOR=1 TGAEDITOR=1 ALLUSERS=1 DESKTOPSHORTCUT=1' />
<remove cmd='msiexec /qn /x {43602F34D3E7A2A5-1AA3A059-44FB4A44-AEB2949B-D08C2C73743F21FBD371A8B8}' />
</package>
</source>
117
edits

Navigation menu