diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 3d69e1ad..43e0343b 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -31,6 +31,8 @@ function Invoke-WindowsInstallation([Context] $context) choco install -y selenium-gecko-driver; Install-Package -Force Selenium.WebDriver -SkipDependencies; + winget install --accept-source-agreements --accept-package-agreements -e --id AutoIt.AutoIt; + $context.Set("SoftwarePrerequisitesInstalled", 1, "DWord"); }