Deploy Internet Explorer 11–64 Bits Silent Install Batch files

 

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

Copy and Save it to notepad  and save as Auto.bat

 

Enjoy !

Post a Comment

0 Comments