innitial commit

This commit is contained in:
Mario Fetka
2014-11-14 17:11:02 +01:00
commit c14cef7dff
14 changed files with 473 additions and 0 deletions

36
builder-product.cfg Normal file
View File

@@ -0,0 +1,36 @@
############################
# Setup product information
############################
VENDOR="zarafa.com"
PN="zarafa.client"
NAME="Zarafa Client"
DESCRIPTION="zarafa Outlook Plugin"
RVERSION="7.1.11r46050"
VERSION="7.1.11r46757"
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="Zarafa-logo.png"
DL_SOURCE[0]="https://www.easycon.hu/images/logo/Zarafa-logo.png"
# 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"
OPSI_INI_VALUE[0]="{D95E7EE8-39B1-4D95-908E-08205E92ECDE}"