zarafa.client/builder-product.cfg

37 lines
974 B
INI
Raw Normal View History

2014-11-14 17:11:02 +01:00
############################
# Setup product information
############################
VENDOR="zarafa.com"
PN="zarafa.client"
NAME="Zarafa Client"
DESCRIPTION="zarafa Outlook Plugin"
2015-04-21 15:03:02 +02:00
RVERSION="7.1.12r48899"
VERSION="7.1.12r48899"
2014-11-14 17:11:02 +01:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2015-04-11 21:54:47 +02:00
DL_FILE[0]="zarafa-logo_150.png"
DL_SOURCE[0]="http://www.tgg-leer.de/service/zarafa/zarafa-logo_150.png"
2014-11-14 17:11:02 +01:00
# replace points, split into array
a=( ${VERSION//./ } )
DL_FILE[1]="zarafaclient-${VERSION//r/-}.msi"
DL_SOURCE[1]="http://download.zarafa.com/community/final/${a[0]}.${a[1]}/${RVERSION//r/-}/windows/zarafaclient-${VERSION//r/-}.msi"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallMsi
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId"
2015-04-21 15:03:02 +02:00
OPSI_INI_VALUE[0]="{4C11A64C-0AD3-410B-99AD-B0A8BA3BE067}"
2014-11-14 17:11:02 +01:00