Deploy Internet Explorer 11–32 bit –Silent Installation Batch files

 

@Echo off
mkdir "c:\Temp\Patches"
copy *.* "c:\Temp\Patches" /y
wusa.exe "C:\Temp\Patches\Windows6.1-KB2670838-x86.msu" /quiet /norestart
wusa.exe "C:\Temp\Patches\Windows6.1-KB2726535-x86.msu" /quiet  /norestart
wusa.exe "C:\Temp\Patches\Windows6.1-KB2729094-v2-x86.msu" /quiet /norestart
wusa.exe "C:\Temp\Patches\Windows6.1-KB2786081-x86.msu" /quiet  /norestart
wusa.exe "C:\Temp\Patches\Windows6.1-KB2834140-v2-x86.msu" /quiet /norestart
pkgmgr /ip /m:c:\Temp\Patches\Windows6.1-KB2841134-x86.cab /quiet  /norestart

Save it to notepad and save as Auto.bat.

Enjoy it.

Post a Comment

0 Comments