foxit.pdfreader/builder-product.cfg

43 lines
1.4 KiB
INI
Raw Normal View History

2015-11-02 16:24:15 +01:00
############################
# Setup product information
############################
VENDOR="foxitsoftware.com"
PN="foxit.pdfreader"
2015-11-02 21:27:13 +01:00
NAME="FoxIt PDF Reader"
2015-11-02 16:24:15 +01:00
DESCRIPTION="Secure PDF Reader"
2017-09-01 16:58:03 +02:00
VERSION="8.3.2.25013"
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//./ } )
2016-04-25 12:48:39 +02:00
DL_FILE[1]="FoxitReader${VERSION}_L10N.iso"
2017-02-27 14:53:08 +01:00
#DL_SOURCE[1]="http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/${a[0]}.x/${a[0]}.${a[1]}/L10N/FoxitReader${a[0]}${a[1]}${a[2]}.${a[3]}_L10N.iso"
2017-06-02 22:33:30 +02:00
#DL_SOURCE[1]="http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/${a[0]}.x/${a[0]}.${a[1]}/L10N/FoxitReader${a[0]}${a[1]}_L10N.iso"
2017-07-22 13:03:13 +02:00
DL_SOURCE[1]="http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/${a[0]}.x/${a[0]}.${a[1]}/L10N/FoxitReader${a[0]}${a[1]}${a[2]}_L10N_Setup.iso"
2015-11-02 16:24:15 +01:00
DL_ARCH[1]="X86"
DL_EXTRACT_FORMAT[1]="7zip"
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
WINST_NAME[0]="InstallMsi"
2015-11-02 21:31:11 +01:00
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\FoxitReader_Enterprise.msi"
2015-11-02 16:24:15 +01:00
2015-11-02 21:13:19 +01:00
WINST_NAME[1]="TransformsPath"
2015-11-02 21:31:11 +01:00
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"
2017-09-01 16:58:03 +02:00
OPSI_INI_VALUE[0]="{EDDEFF8C-8A22-11E7-9FDB-B4994C39C8DC}"
2015-11-02 16:24:15 +01:00