Hello there,
I´m looking for the best way to deploy IE11 in the latest Version 11.0.7, because that one includes the Enterprise mode.
When I just push IE11 out through WSUS, the RTM Version without Updates gets installed. So the scenario would be:
- Install IE11
- Reboot
- Install Updates
- Reboot
- Enterprise Mode ready
That is of course not a good way, because after the first reboot the Enterprise Mode is not available yet and the RTM Version does not include the latest security updates.
So I downloaded the IE11 installer and the latest IE11 Update (KB2929437) and tried the following things:
- Extract IE11-Windows6.1-KB2929437-x86.msu to get the IE11-Windows6.1-KB2929437-x86.cab
- IE11-Windows6.1-x86-en-us.exe /passive /norestart
- C:\Windows\System32\dism.exe /online /add-package /packagepath:"C:\Temp\IE11-Windows6.1-KB2929437-x86.cab" /quiet /norestart
- Reboot
After just one reboot I had the latest Version of IE 11 (11.0.7) installed.
I´m wondering now if this is a valid way to push it out or if there are a better ways of doing it.
Thanks for your help!