7zip.7zip/builder-product.cfg

33 lines
715 B
INI

############################
# Setup product information
############################
VENDOR="7-zip.org"
PN="7zip"
VERSION="9.20"
RELEASE="2"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restrict | public
TYPE="public"
FILE[0]="7z_rm01.jpg"
SOURCE[0]="http://www.7-zip.de/logos/7z_rm01.jpg"
WINST[0]=IconFile
FILE[1]="7z920.exe"
SOURCE[1]="http://downloads.sourceforge.net/sevenzip/7z920.exe"
ARCH[1]="X86"
WINST[1]=Install32Exe
FILE[2]="7z920-x64.msi"
SOURCE[2]="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
ARCH[2]="X86_64"
WINST[2]=Install64Msi
# File array index for the image showing while installing the program
ICON_FILE_INDEX=0