39 lines
1.1 KiB
INI
39 lines
1.1 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="getpaint.net"
|
|
PN="paintdotnet.paintdotnet"
|
|
NAME="Paint.NET"
|
|
DESCRIPTION="Paint.NET is free image and photo editing software for computers that run Windows."
|
|
VERSION="3.5.11"
|
|
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"
|
|
DL_SOURCE[1]="http://www.dotpdn.com/files/Paint.NET.${VERSION}.Install.zip"
|
|
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"
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\Paint.NET.${VERSION}.Install.exe"
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId32"
|
|
OPSI_INI_VALUE[0]="{529125EF-E3AC-4B74-97E6-F688A7C0F1BF}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
OPSI_INI_VALUE[1]="{529125EF-E3AC-4B74-97E6-F688A7C0F1BF}"
|