From c545cacd84d28de91c71df098a91a845cac52e8f Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:24:55 +0200 Subject: [PATCH] [Windows] Update Edge installer (#8006) --- images/win/scripts/Installers/Install-Edge.ps1 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/images/win/scripts/Installers/Install-Edge.ps1 b/images/win/scripts/Installers/Install-Edge.ps1 index be100e096..5e5b42c3d 100644 --- a/images/win/scripts/Installers/Install-Edge.ps1 +++ b/images/win/scripts/Installers/Install-Edge.ps1 @@ -1,13 +1,8 @@ ################################################################################ ## File: Install-Edge.ps1 -## Desc: Install latest stable version of Microsoft Edge browser +## Desc: Configure Edge browser and install Edge WebDriver ################################################################################ -# Installed by default on Windows Server 2022 -if (-not (Test-IsWin22)) { - Choco-Install -PackageName microsoft-edge -} - # Disable Edge auto-updates Rename-Item -Path "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" -NewName "Disabled_MicrosoftEdgeUpdate.exe" -ErrorAction Stop