7zip.7zip/builder-product.cfg

38 lines
981 B
INI
Raw Normal View History

2012-01-28 23:17:50 +01:00
############################
# Setup product information
############################
VENDOR="7-zip.org"
2012-05-11 10:19:15 +02:00
PN="7zip.7zip"
2012-05-13 10:44:42 +02:00
VERSION="9.22"
2012-01-28 23:17:50 +01:00
RELEASE="2"
PRIORITY="0"
ADVICE=""
2012-02-02 17:43:21 +01:00
# TYPE - defines, if the install files are public or restricteded.
# Valid value: restricted | public
2012-01-28 23:17:50 +01:00
TYPE="public"
2012-02-14 16:55:26 +01:00
DL_FILE[0]="7zip-icon.png"
DL_SOURCE[0]="http://icons.iconarchive.com/icons/benjigarner/softdimension/256/7zip-icon.png"
2012-01-28 23:17:50 +01:00
2012-05-13 10:44:42 +02:00
DL_FILE[1]="7z922.msi"
DL_SOURCE[1]="http://sourceforge.net/projects/sevenzip/files/7-Zip/9.22/7z922.msi"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Msi
2012-01-28 23:17:50 +01:00
2012-05-13 10:44:42 +02:00
DL_FILE[2]="7z922-x64.msi"
DL_SOURCE[2]="http://sourceforge.net/projects/sevenzip/files/7-Zip/9.22/7z922-x64.msi"
DL_ARCH[2]="X86_64"
2012-01-31 00:07:44 +01:00
DL_WINS_NAMET[2]=Install64Msi
2012-01-28 23:17:50 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
2012-01-28 23:17:50 +01:00
WINST_NAME[0]="MsiId32"
WINST_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
WINST_NAME[1]="MsiId64"
WINST_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"