

Start-Process "wusa.exe" -ArgumentList "$kb632 /quiet /norestart" -Wait -Verbose

Start-Process "wusa.exe" -ArgumentList "$kb532 /quiet /norestart" -Wait -Verbose Start-Process "wusa.exe" -ArgumentList "$kb432 /quiet /norestart" -Wait -Verbose Start-Process "wusa.exe" -ArgumentList "$kb332 /quiet /norestart" -Wait -Verbose Start-Process "wusa.exe" -ArgumentList "$kb232 /quiet /norestart" -Wait -Verbose Start-Process "wusa.exe" -ArgumentList "$kb132 /quiet /norestart" -Wait -Verbose Write-Host "$date.x86 File Validity Test, please standby" Write-Host "Found 32-Bit Architecture.Please wait while we apply pre-requisite updates." IF (($os.OSArchitecture) -eq "32-Bit" -and (Test-Path $fileroot) -eq $true) That can be changed depending on where you want to put it. I simply put all of the patches shown below into a folder along with my powershell script and had Altiris download to C:\Windows\Temp\IE11.įor the command line, use Powershell.exe -file "C:\Windows\Temp\IE11\IE11_install.ps1. If I remember correctly, there were 7 or 8 pre-req patches for a regular Windows 7 machine and I was able to do it all from within. I've actually had great luck deploying with a script. 17888 (True)Ġ0:22.620: INFO: Checking for correct version of C:\Windows\Fonts\segoeui.ttf.Ġ0:22.620: INFO: Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe.

Otherwise deploy all the required Windows Update using the patch deployment from Altiris but your IE11 deployment will have to wait until the patch completion. Not very robust but I think it is an easy way out. Hi, this is what I'm doing based on the log file C:\Windows\ie11_main.log.
