google.chrome/builder-product.cfg

41 lines
1.3 KiB
INI
Raw Permalink Normal View History

2013-07-13 05:19:18 +02:00
############################
# Setup product information
############################
VENDOR="google.com"
PN="google.chrome"
NAME="Google Chrome"
2014-09-19 19:16:57 +02:00
DESCRIPTION="Ein Browser fuer Computer, Telefon und Tablet"
2020-03-06 10:34:43 +01:00
VERSION="80.0.3987.132"
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"
2017-11-28 14:28:01 +01:00
DL_FILE[0]="Google_Chrome_icon_September_2014.svg"
DL_SOURCE[0]="https://upload.wikimedia.org/wikipedia/commons/a/a5/Google_Chrome_icon_%28September_2014%29.svg"
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"
2016-08-27 10:57:43 +02:00
DL_WINST_NAME[1]=Install32Msi
DL_FILE[2]="GoogleChromeStandaloneEnterprise64-${VERSION}.msi"
DL_SOURCE[2]="https://dl.google.com/edgedl/chrome/install/GoogleChromeStandaloneEnterprise64.msi"
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Msi
2013-07-13 05:19:18 +02:00
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
2016-08-27 10:57:43 +02:00
OPSI_INI_OPTION[0]="MsiId32"
2020-03-06 10:34:43 +01:00
OPSI_INI_VALUE[0]="{DA018B7A-B2BF-3425-B7E1-A2C748913A5B}"
2016-08-27 10:57:43 +02:00
2016-08-27 11:26:31 +02:00
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
2020-03-06 10:34:43 +01:00
OPSI_INI_VALUE[1]="{B4C63984-9C49-3934-AE54-26B97EB7D531}"
2014-02-08 12:03:33 +01:00