google.chrome/builder-product.cfg

33 lines
890 B
INI
Raw Normal View History

2013-07-13 05:19:18 +02:00
############################
# Setup product information
############################
VENDOR="google.com"
PN="google.chrome"
NAME="Google Chrome"
DESCRIPTION="Ein Browser fuer Computer, Telefon und Tablet-"
2014-09-03 13:56:31 +02:00
VERSION="37.0.2062.103"
2013-07-13 05:19:18 +02:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2014-08-27 10:58:54 +02:00
DL_FILE[0]="Google-Chrome-Logo.png"
DL_SOURCE[0]="http://img.gadgetian.com/Google-Chrome-Logo.png"
2013-07-13 05:19:18 +02:00
DL_FILE[1]="GoogleChromeStandaloneEnterprise-${VERSION}.msi"
DL_SOURCE[1]="https://dl.google.com/edgedl/chrome/install/GoogleChromeStandaloneEnterprise.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"
2014-09-03 13:56:31 +02:00
OPSI_INI_VALUE[0]="{954E44C2-9B53-3FB9-B50A-175CE07802A4}"
2014-02-08 12:03:33 +01:00