[Windows] Use Chrome standalone installer (#5203) (#5252)

This commit is contained in:
Andre Hofmeister
2022-03-21 18:51:07 +01:00
committed by GitHub
parent 9042e01fb9
commit 87fa95250b

View File

@@ -4,9 +4,9 @@
################################################################################
# Download and install latest Chrome browser
$ChromeInstallerFile = "chrome_installer.exe"
$ChromeInstallerUrl = "https://dl.google.com/chrome/install/375.126/${ChromeInstallerFile}"
Install-Binary -Url $ChromeInstallerUrl -Name $ChromeInstallerFile -ArgumentList ("/silent", "/install")
$ChromeInstallerFile = "googlechromestandaloneenterprise64.msi"
$ChromeInstallerUrl = "https://dl.google.com/tag/s/dl/chrome/install/${ChromeInstallerFile}"
Install-Binary -Url $ChromeInstallerUrl -Name $ChromeInstallerFile -ArgumentList @()
# Prepare firewall rules
Write-Host "Adding the firewall rule for Google update blocking..."