Jump to content
Ketarin forum
Paint.NET
Guest
By Guest, 11/22/2014
  • 107 downloads
  • Updated:

File Details

  • Website URL http://www.getpaint.net/
  • User Agent
  • Category Multimedia\Graphic\Graphic Editors
  • User Notes [Description] Paint.NET is free image and photo editing software for PCs that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. * Requires .NET Framework [Official Download Sources] http://www.getpaint.net/download.html Plugins http://forums.getpaint.net/index.php?/forum/7-plugins-publishing-only/ [Installer Type] NSIS [Installer Parameters] /createMsi create two MSI packages (x86 and x64). /auto Like /skipConfig, but does not show the final wizard page that details the result of installation. completely automated install. /skipConfig Skips configuration of options and install directory. Uses MSI properties in the following order of precedence: 1. supplied on command-line, 2. read from HKLM\Software\Paint.NET, 3. default values. TARGETDIR CHECKFORUPDATES CHECKFORBETAS JPGPNGBMPEDITOR TGAEDITOR DESKTOPSHORTCUT PROGRAMSGROUP This configures which Start menu Programs group the Paint.NET shortcut will be placed into. ie: Paint.NET.3.5.Install.exe /auto "TARGETDIR=E:\Image Apps\Paint.NET" CHECKFORBETAS=1 DESKTOPSHORTCUT=0 http://www.getpaint.net/doc/latest/UnattendedInstallation.html ---------- corrections and improvements are welcome - @DHT (Ketarin forums)

(Show)XML Contents

            <?xml version="1.0" encoding="utf-8"?>
<Jobs>
  <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="48c1d181-207d-44b8-a7bc-c354d3d3b9f7">
    <WebsiteUrl>http://www.getpaint.net/</WebsiteUrl>
    <UserAgent/>
    <UserNotes>[Description]
Paint.NET is free image and photo editing software for PCs that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools.

* Requires .NET Framework


[Official Download Sources]
http://www.getpaint.net/download.html
Plugins        http://forums.getpaint.net/index.php?/forum/7-plugins-publishing-only/


[Installer Type]
NSIS


[Installer Parameters]
/createMsi                                        create two MSI packages (x86 and x64).
/auto                                                Like /skipConfig, but does not show the final wizard page that details the result of installation.
                                                         completely automated install.
/skipConfig                                       Skips configuration of options and install directory. Uses MSI properties in the following order of precedence: 
                                                         1. supplied on command-line, 2. read from HKLM\Software\Paint.NET, 3. default values.
TARGETDIR
CHECKFORUPDATES
CHECKFORBETAS
JPGPNGBMPEDITOR
TGAEDITOR
DESKTOPSHORTCUT
PROGRAMSGROUP                      This configures which Start menu Programs group the Paint.NET shortcut will be placed into.

ie: Paint.NET.3.5.Install.exe /auto "TARGETDIR=E:\Image Apps\Paint.NET" CHECKFORBETAS=1 DESKTOPSHORTCUT=0

http://www.getpaint.net/doc/latest/UnattendedInstallation.html



----------
corrections and improvements are welcome - @DHT (Ketarin forums)</UserNotes>
    <LastFileSize>6272852</LastFileSize>
    <LastFileDate>2014-11-19T06:37:13.836444</LastFileDate>
    <IgnoreFileInformation>false</IgnoreFileInformation>
    <DownloadBeta>Default</DownloadBeta>
    <DownloadDate xsi:nil="true"/>
    <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
    <VariableChangeIndicator/>
    <CanBeShared>true</CanBeShared>
    <ShareApplication>true</ShareApplication>
    <ExclusiveDownload>false</ExclusiveDownload>
    <HttpReferer/>
    <SetupInstructions>
      <SetupInstruction xsi:type="CustomSetupInstruction">
        <Code>:: REQUIREMENTS: 7z.exe

:: Extract setup files to users temp folder
"{7z}" x -aoa -y "{file}" -o"%TEMP%\{appname:regexreplace: \(.*\):}\"

:: Find first .exe
:: ( https://ketarin.org/forum/topic/572-easiest-way-to-install-binaries-or-executables/ )
for /f "tokens=2 delims=[]" %a in ('dir /b /s "%TEMP%\{appname:regexreplace: \(.*\):}\*.exe" ^| find /v /n "" ^| findstr /c:[1]') do set installer=%a

:: Execute Installer
start "" /wait "%installer%" /auto DESKTOPSHORTCUT=0 JPGPNGBMPEDITOR=0 TGAEDITOR=0

:: Cleanup temp folder
RD /S /Q "%TEMP%\{appname:regexreplace: \(.*\):}\"</Code>
        <Type>Batch</Type>
      </SetupInstruction>
    </SetupInstructions>
    <Variables>
      <item>
        <key>
          <string>version</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>RegularExpression</VariableType>
            <Regex>(?<=version.+>)[\d.]+</Regex>
            <Url>http://www.getpaint.net/download.html</Url>
            <TextualContent/>
            <Name>version</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>download_url</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex>[^"'=]+\.zip</Regex>
            <Url>http://www.dotpdn.com/downloads/pdn.html</Url>
            <TextualContent>http://www.dotpdn.com/downloads/{sdownload}</TextualContent>
            <Name>download_url</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>sdownload</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>RegularExpression</VariableType>
            <Regex>[^"'=]+\.zip</Regex>
            <Url>http://www.dotpdn.com/downloads/pdn.html</Url>
            <Name>sdownload</Name>
          </UrlVariable>
        </value>
      </item>
    </Variables>
    <ExecuteCommand/>
    <ExecutePreCommand/>
    <ExecuteCommandType>Batch</ExecuteCommandType>
    <ExecutePreCommandType>Batch</ExecutePreCommandType>
    <Category>Multimedia\Graphic\Graphic Editors</Category>
    <SourceType>FixedUrl</SourceType>
    <PreviousLocation/>
    <DeletePreviousFile>true</DeletePreviousFile>
    <Enabled>true</Enabled>
    <FileHippoId/>
    <LastUpdated>2014-11-19T06:37:13.836444</LastUpdated>
    <TargetPath>{download_path}\{category}\{appname:regexreplace: \(.*\):}\{appname} (v.{version}).{url:ext}</TargetPath>
    <FixedDownloadUrl>{download_url}</FixedDownloadUrl>
    <Name>Paint.NET</Name>
  </ApplicationJob>
</Jobs>

        

Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Add your comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.