2012-02-25 19:35:33 +01:00
|
|
|
############################
|
|
|
|
# Setup product information
|
|
|
|
############################
|
|
|
|
VENDOR="getpaint.net"
|
2012-05-02 08:59:15 +02:00
|
|
|
PN="paintdotnet.paintdotnet"
|
2013-03-14 22:24:28 +01:00
|
|
|
NAME="Paint.NET"
|
|
|
|
DESCRIPTION="Paint.NET is free image and photo editing software for computers that run Windows."
|
2015-08-05 07:59:34 +02:00
|
|
|
VERSION="4.0.6"
|
2012-02-25 19:35:33 +01:00
|
|
|
RELEASE="1"
|
|
|
|
PRIORITY="0"
|
|
|
|
ADVICE=""
|
|
|
|
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
|
|
# Valid value: restricted | public
|
|
|
|
TYPE="public"
|
|
|
|
|
2014-06-25 09:43:04 +02:00
|
|
|
DL_FILE[0]="paintdotnet.png"
|
|
|
|
DL_SOURCE[0]="http://www.mysti2d.net/polynesie2/ETT/C044/31/Steganographie/lib/paintdotnet.png"
|
2012-02-25 19:35:33 +01:00
|
|
|
|
2015-08-05 07:59:34 +02:00
|
|
|
#DL_FILE[1]="PaintDotNet_x86-${VERSION}.msi"
|
|
|
|
DL_FILE[1]="PaintDotNet_x86.msi"
|
|
|
|
#DL_SOURCE[1]="http://ricktendo.info/Repack/PaintDotNet_x86.msi"
|
|
|
|
DL_SOURCE[1]="http://www.mediafire.com/download/vyc8x8pva3anj4c/PaintDotNet_x86.msi"
|
|
|
|
DL_DOWNLOADER[1]="plowdown"
|
2012-02-25 19:35:33 +01:00
|
|
|
DL_ARCH[1]="X86"
|
2014-06-25 09:43:04 +02:00
|
|
|
DL_WINST_NAME[1]=Install32Msi
|
|
|
|
|
2015-08-05 07:59:34 +02:00
|
|
|
#DL_FILE[2]="PaintDotNet_x64-${VERSION}.msi"
|
|
|
|
DL_FILE[2]="PaintDotNet_x64.msi"
|
|
|
|
#DL_SOURCE[2]="http://ricktendo.info/Repack/PaintDotNet_x64.msi"
|
|
|
|
DL_SOURCE[2]="http://www.mediafire.com/download/c45hxaharqr0x8b/PaintDotNet_x64.msi"
|
|
|
|
DL_DOWNLOADER[2]="plowdown"
|
2014-06-25 09:43:04 +02:00
|
|
|
DL_ARCH[2]="X86_64"
|
|
|
|
DL_WINST_NAME[2]=Install64Msi
|
2012-02-25 19:35:33 +01:00
|
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
2013-03-14 22:24:28 +01:00
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
|
|
OPSI_INI_OPTION[0]="MsiId32"
|
2014-12-18 10:06:27 +01:00
|
|
|
OPSI_INI_VALUE[0]="{19BD2C33-16A8-4ED1-B9EA-D9E35B21EC41}"
|
2013-03-14 22:24:28 +01:00
|
|
|
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
2014-12-18 10:06:27 +01:00
|
|
|
OPSI_INI_VALUE[1]="{19BD2C33-16A8-4ED1-B9EA-D9E35B21EC42}"
|