35 lines
967 B
INI
35 lines
967 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="emclient.com"
|
|
PN="emclient.emclient"
|
|
NAME="eM Client"
|
|
DESCRIPTION="schnellster Mail-Client fuer Windows."
|
|
VERSION="7.2.36908.0"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
# replace points, split into array
|
|
a=( ${VERSION//./ } )
|
|
|
|
DL_FILE[0]="Emclient_logo.png"
|
|
DL_SOURCE[0]="https://upload.wikimedia.org/wikipedia/en/2/28/Emclient_logo.png"
|
|
|
|
DL_FILE[1]="setup-${VERSION}.msi"
|
|
DL_SOURCE[1]="http://www.emclient.com/dist/v${a[0]}.${a[1]}.${a[2]}/setup.msi"
|
|
#DL_SOURCE[1]="http://www.emclient.com/dist/latest/setup.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]="{1450D779-8650-468B-9136-CA836C0A744C}"
|