38 lines
1.1 KiB
INI
38 lines
1.1 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="foxitsoftware.com"
|
|
PN="foxit.pdfreader"
|
|
NAME="7-Zip"
|
|
DESCRIPTION="Secure PDF Reader"
|
|
VERSION="7.2.5.0930"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="Foxit.png"
|
|
DL_SOURCE[0]="http://www.techspot.com/images2/downloads/topdownload/2014/08/Foxit.png"
|
|
|
|
# replace points, split into array
|
|
a=( ${VERSION//./ } )
|
|
|
|
DL_FILE[1]="EnterpriseFoxitReader${VERSION}_L10N.iso"
|
|
DL_SOURCE[1]="http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/${a[0]}.x/${a[0]}.${a[1]}/L10N/EnterpriseFoxitReader${a[0]}${a[1]}${a[2]}.${a[3]}_L10N.iso"
|
|
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"
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1@\\FoxitReader_Enterprise.msi"
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId"
|
|
OPSI_INI_VALUE[0]="{98BE8556-1263-4F92-8F4E-F9C2BE58FD4C}"
|
|
|