paintdotnet.paintdotnet/builder-product.cfg

47 lines
1.4 KiB
INI
Raw Permalink Normal View History

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."
2020-02-15 12:42:45 +01:00
VERSION="4.2.10"
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"
2020-01-22 18:48:09 +01:00
DL_FILE[0]="320px-Paint.net-logo.png"
DL_SOURCE[0]="https://upload.wikimedia.org/wikipedia/de/thumb/1/18/Paint.net-logo.png/320px-Paint.net-logo.png"
2012-02-25 19:35:33 +01:00
2019-09-19 10:54:55 +02:00
DL_FILE[1]="paint.net.${VERSION}.install.zip"
DL_SOURCE[1]="http://www.dotpdn.com/files/paint.net.${VERSION}.install.zip"
2012-02-25 19:35:33 +01:00
DL_ARCH[1]="X86"
2019-09-19 10:54:55 +02:00
DL_EXTRACT_FORMAT[1]="unzip"
2014-06-25 09:43:04 +02:00
2019-09-19 10:54:55 +02:00
DL_FILE[2]="paint.net.${VERSION}.install.zip"
DL_SOURCE[2]="http://www.dotpdn.com/files/paint.net.${VERSION}.install.zip"
2014-06-25 09:43:04 +02:00
DL_ARCH[2]="X86_64"
2019-09-19 10:54:55 +02:00
DL_EXTRACT_FORMAT[2]="unzip"
2012-02-25 19:35:33 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
2019-09-19 10:54:55 +02:00
WINST_NAME[0]="Install32Exe"
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\paint.net.${VERSION}.install.exe"
WINST_NAME[0]="Install64Exe"
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[2]@\\paint.net.${VERSION}.install.exe"
2013-03-14 22:24:28 +01:00
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId32"
2020-02-15 12:42:45 +01:00
OPSI_INI_VALUE[0]="{15BCA3AB-444B-4AC5-A04F-F2AD0F7AD3EB}"
2013-03-14 22:24:28 +01:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
2020-02-15 12:42:45 +01:00
OPSI_INI_VALUE[1]="{15BCA3AB-444B-4AC5-A04F-F2AD0F7AD3EC}"