7zip.7zip/builder-product.cfg

38 lines
905 B
INI

############################
# Setup product information
############################
VENDOR="7-zip.org"
PN="7zip.7zip"
VERSION="9.28"
RELEASE="2"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricteded.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="7zip-icon.png"
DL_SOURCE[0]="http://icons.iconarchive.com/icons/benjigarner/softdimension/256/7zip-icon.png"
DL_FILE[1]="7z928.msi"
DL_SOURCE[1]="http://dl.7-zip.org/7z928.msi"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Msi
DL_FILE[2]="7z928-x64.msi"
DL_SOURCE[2]="http://dl.7-zip.org/7z928-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
WINST_NAME[0]="MsiId32"
WINST_VALUE[0]="{23170F69-40C1-2701-0928-000001000000}"
WINST_NAME[1]="MsiId64"
WINST_VALUE[1]="{23170F69-40C1-2702-0928-000001000000}"