38 lines
949 B
INI
38 lines
949 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="7-zip.org"
|
|
PN="7zip.7zip"
|
|
VERSION="9.20"
|
|
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]="7z920.msi"
|
|
DL_SOURCE[1]="http://downloads.sourceforge.net/sevenzip/7z920.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=Install32Msi
|
|
|
|
DL_FILE[2]="7z920-x64.msi"
|
|
DL_SOURCE[2]="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
|
|
DL_ARCH[2]="X86_64"
|
|
DL_WINS_NAMET[2]=Install64Msi
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
WINST_NAME[0]="MsiId32"
|
|
WINST_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
|
|
|
WINST_NAME[1]="MsiId64"
|
|
WINST_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
|
|