30 lines
693 B
INI
30 lines
693 B
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="emclient.com"
|
||
|
PN="emclient.emclient"
|
||
|
VERSION="5"
|
||
|
RELEASE="3"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
# TYPE - defines, if the install files are public or restricted.
|
||
|
# Valid value: restricted | public
|
||
|
TYPE="public"
|
||
|
|
||
|
|
||
|
DL_FILE[0]="emclient_logo.png"
|
||
|
DL_SOURCE[0]="http://www.emclient.com/img/logos/512.png"
|
||
|
|
||
|
DL_FILE[1]="setup-$VERSION.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
|
||
|
|
||
|
WINST_NAME[0]="MsiId"
|
||
|
WINST_VALUE[0]="{C0BF25BA-276A-4385-BD61-99B763B714D7}"
|
||
|
|