40 lines
1.2 KiB
INI
40 lines
1.2 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="4.0.0"
|
|
RELEASE="1"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="paintdotnet.png"
|
|
DL_SOURCE[0]="http://www.mysti2d.net/polynesie2/ETT/C044/31/Steganographie/lib/paintdotnet.png"
|
|
|
|
DL_FILE[1]="PaintDotNet_x86-${VERSION}.msi"
|
|
DL_SOURCE[1]="http://ricktendo.info/Repack/PaintDotNet_x86.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=Install32Msi
|
|
|
|
DL_FILE[2]="PaintDotNet_x64-${VERSION}.msi"
|
|
DL_SOURCE[2]="http://ricktendo.info/Repack/PaintDotNet_x64.msi"
|
|
DL_ARCH[2]="X86_64"
|
|
DL_WINST_NAME[2]=Install64Msi
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId32"
|
|
OPSI_INI_VALUE[0]="{3F5F509B-E226-417C-8CD1-CAAE756C3289}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
OPSI_INI_VALUE[1]="{3F5F509B-E226-417C-8CD1-CAAE756C328A}"
|