paintdotnet.paintdotnet/builder-product.cfg

39 lines
1.1 KiB
INI
Raw 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."
2014-04-28 15:15:15 +02:00
VERSION="4.0.5226.41987"
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"
DL_FILE[0]="paintnet.jpg"
DL_SOURCE[0]="http://iyds.net/wp-content/paintnet.jpg"
DL_FILE[1]="Paint.NET.${VERSION}.Install.zip"
2014-03-01 06:55:56 +01:00
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"
DL_EXTRACT_FORMAT[1]="unzip"
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
WINST_NAME[0]="InstallExe"
2014-03-01 06:55:56 +01:00
#WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\Paint.NET.${VERSION}.Install.exe"
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\paint.net.4.0.install.exe"
2012-02-25 19:35:33 +01:00
2013-03-14 22:24:28 +01:00
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId32"
2014-03-01 06:55:56 +01:00
OPSI_INI_VALUE[0]="{3F5F509B-E226-417C-8CD1-CAAE756C3289}"
2013-03-14 22:24:28 +01:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
2014-03-01 06:55:56 +01:00
OPSI_INI_VALUE[1]="{3F5F509B-E226-417C-8CD1-CAAE756C3289}"