emclient.emclient/builder-product.cfg

35 lines
967 B
INI
Raw Permalink Normal View History

2013-01-24 13:45:55 +01:00
############################
# Setup product information
############################
VENDOR="emclient.com"
PN="emclient.emclient"
2013-03-11 06:19:47 +01:00
NAME="eM Client"
DESCRIPTION="schnellster Mail-Client fuer Windows."
2019-11-08 11:27:20 +01:00
VERSION="7.2.36908.0"
2013-01-24 13:45:55 +01:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2019-03-15 12:29:33 +01:00
# replace points, split into array
a=( ${VERSION//./ } )
2013-01-24 13:45:55 +01:00
2019-09-16 15:39:52 +02:00
DL_FILE[0]="Emclient_logo.png"
DL_SOURCE[0]="https://upload.wikimedia.org/wikipedia/en/2/28/Emclient_logo.png"
2013-01-24 13:45:55 +01:00
2016-04-09 18:53:10 +02:00
DL_FILE[1]="setup-${VERSION}.msi"
2019-03-15 12:29:33 +01:00
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"
2013-01-24 13:45:55 +01:00
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallMsi
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
2013-03-11 06:19:47 +01:00
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId"
2019-11-08 11:27:20 +01:00
OPSI_INI_VALUE[0]="{1450D779-8650-468B-9136-CA836C0A744C}"