diff --git a/images/win/scripts/Installers/Install-Firefox.ps1 b/images/win/scripts/Installers/Install-Firefox.ps1 index d818b28b..6ba79f09 100644 --- a/images/win/scripts/Installers/Install-Firefox.ps1 +++ b/images/win/scripts/Installers/Install-Firefox.ps1 @@ -63,8 +63,4 @@ Remove-Item -Path $DestFile -Force Write-Host "Setting the environment variables" Add-MachinePathItem -PathItem $FireFoxDriverPath -$regEnvKey = 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -$PathValue = Get-ItemPropertyValue -Path $regEnvKey -Name 'Path' -$PathValue += ";$FireFoxDriverPath" -Set-ItemProperty -Path $regEnvKey -Name 'Path' -Value $PathValue exit 0 \ No newline at end of file