add support for 64bit and bump
This commit is contained in:
@@ -5,7 +5,7 @@ VENDOR="google.com"
|
||||
PN="google.chrome"
|
||||
NAME="Google Chrome"
|
||||
DESCRIPTION="Ein Browser fuer Computer, Telefon und Tablet"
|
||||
VERSION="52.0.2743.82"
|
||||
VERSION="52.0.2743.116"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
@@ -20,12 +20,21 @@ DL_SOURCE[0]="http://upload.wikimedia.org/wikipedia/commons/e/e2/Google_Chrome_i
|
||||
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
|
||||
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
|
||||
|
||||
# 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]="{A58EE139-F99A-3991-B9D2-EBB6A6E2F9AE}"
|
||||
OPSI_INI_OPTION[0]="MsiId32"
|
||||
OPSI_INI_VALUE[0]="{224B61E6-7E54-3DBA-872B-CCE85072D44D}"
|
||||
|
||||
OPSI_INI_SECTION[0]="X86_64"
|
||||
OPSI_INI_OPTION[0]="MsiId64"
|
||||
OPSI_INI_VALUE[0]="{224B61E6-7E54-3DBA-872B-CCE85072D44D}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user