Changes

Jump to: navigation, search

PaintDotNet

525 bytes added, 15:02, 17 May 2012
no edit summary
Paint.NET.3.5.8.Install.exe /createMsi CHECKFORUPDATES=0 CHECKFORBETAS=0 JPGPNGBMPEDITOR=1 TGAEDITOR=1 ALLUSERS=1 DESKTOPSHORTCUT=0
</source>
If you experience issues with the MSI installers taking between 45 minutes to an hour then you might want to delay the .NET optimization by adding "QUEUENGEN=1" after the "/createMsi" switch (See REM line in below CreateMSI script)as explained in this [http://forums.getpaint.net/index.php?/topic/23961-paintnet-takes-almost-an-hour-to-install/ forum]
Another way is to use the command script below and specify the MSI properties individually.
echo Extracting MSI packages ...
"%installer%" /createMsi
REM "%installer%" /createMsi QUEUENGEN=1
echo.
== External links ==
* [http://www.getpaint.net/doc/latest/UnattendedInstallation.html Paint.NET Help - Unattended installation]
* [http://forums.getpaint.net/index.php?/topic/23961-paintnet-takes-almost-an-hour-to-install/ Paint.NET Help - .NET Optimization]
 
[[category:Silent Installers]]
[[category:MSI]]
Anonymous user

Navigation menu