foxit.pdfreader/builder-product.cfg

44 lines
1.3 KiB
INI
Raw Permalink Normal View History

2015-11-02 16:24:15 +01:00
############################
# Setup product information
############################
VENDOR="foxitsoftware.com"
PN="foxit.pdfreader"
NAME="Foxit Reader"
2015-11-02 16:24:15 +01:00
DESCRIPTION="Secure PDF Reader"
2019-10-08 16:05:36 +02:00
VERSION="9.7.0.29455"
HASH="6F3C4FA7DA3DE981523D67A9B521A768"
2015-11-02 16:24:15 +01:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2017-09-01 16:58:03 +02:00
DL_FILE[0]="foxitpdf.png"
DL_SOURCE[0]="https://www.foxitsoftware.com/resource/images/icons/foxitpdf.png"
2015-11-02 16:24:15 +01:00
# replace points, split into array
a=( ${VERSION//./ } )
2019-09-19 13:22:09 +02:00
DL_FILE[1]="FoxitReader_${VERSION}_L10N_Setup.msi"
2019-09-19 13:19:51 +02:00
#DL_SOURCE[1]="http://cdn01.foxitsoftware.com/product/reader/desktop/win/${a[0]}.${a[1]}/FoxitReader${a[0]}${a[1]}_L10N_Setup.iso"
2019-10-08 16:05:36 +02:00
DL_SOURCE[1]="http://cdn01.foxitsoftware.com/product/reader/desktop/win/${a[0]}.${a[1]}/${HASH}/FoxitReader${a[0]}${a[1]}_L10N_Setup.msi"
2015-11-02 16:24:15 +01:00
DL_ARCH[1]="X86"
2019-09-19 13:19:51 +02:00
#DL_EXTRACT_FORMAT[1]="7zip"
DL_WINST_NAME[1]=InstallMsi
2015-11-02 16:24:15 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
2019-09-19 13:19:51 +02:00
#WINST_NAME[0]="InstallMsi"
#WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\FoxitReader_Enterprise.msi"
2015-11-02 16:24:15 +01:00
2019-09-19 13:19:51 +02:00
#WINST_NAME[1]="TransformsPath"
#WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[1]@\\Transforms"
2015-11-02 21:13:19 +01:00
2015-11-02 16:24:15 +01:00
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId"
2019-10-08 16:05:36 +02:00
OPSI_INI_VALUE[0]="{C53F3C5C-E10E-11E9-A72D-54BF64A63C26}"
2015-11-02 16:24:15 +01:00