Firefox Portable 56 | |work|

$FirefoxExe = "$FirefoxExtractDir\firefox.exe" if (-not (Test-Path $FirefoxExe)) Write-Host "[3/5] Extracting Firefox..." -ForegroundColor Yellow Add-Type -AssemblyName System.IO.Compression.FileSystem [System.IO.Compression.ZipFile]::ExtractToDirectory($ZipPath, $FirefoxExtractDir) Write-Host " Extracted to $FirefoxExtractDir" else Write-Host "[3/5] Firefox core already extracted, skipping."

Write-Host "=== Firefox Portable $FirefoxVersion Setup ===" -ForegroundColor Cyan Write-Host "Destination: $PortableRoot`n" firefox portable 56