FN-GM Posted December 30, 2013 Posted December 30, 2013 Hiya, I am looking to send out IE 11 to Windows 7 machines via SCCM. It looks like we can't add it as a software update yet, so i will have to make a package. I have found this article but the link next to the download step doesn't contain a download. I have tired another offline installer of IE 11 and the switches in the article do not work. Have i missed something here? Thanks
Arthur Posted December 30, 2013 Posted December 30, 2013 (edited) I think you need to use the IEAK. Another alternative would be to install IE11 via DISM (assuming all of the prerequisite updates are already installed?). [b]x64[/b]: %SystemRoot%\SysNative\dism.exe /online /add-package /packagepath:C:\Temp\[url="http://download.microsoft.com/download/8/F/8/8F889503-72DF-4CB0-A34F-82C56C53FF2F/Windows6.1-KB2841134-x64.cab"]Windows6.1-KB2841134-x64.cab[/url] /quiet /norestart [b]x86[/b]: %SystemRoot%\System32\dism.exe /online /add-package /packagepath:C:\Temp\[url="http://download.microsoft.com/download/8/F/8/8F889503-72DF-4CB0-A34F-82C56C53FF2F/Windows6.1-KB2841134-x86.cab"]Windows6.1-KB2841134-x86.cab[/url] /quiet /norestart Edited December 30, 2013 by Arthur
Cache Posted December 30, 2013 Posted December 30, 2013 (edited) Are you sure it's not available as an update? I'm almost certain it popped up on our WSUS server before Christmas. In the Update Catalog it's come under the Update Rollups category, not 100% sure how SCCM works but perhaps you just need to double check the products it's looking for updates for? Either that or possibly just import it from Microsoft Update Catalog (search either Internet Explorer 11 or 2841134 and it's on the 2nd page) Edited December 30, 2013 by Cache
free780 Posted December 30, 2013 Posted December 30, 2013 Just make sure you test it throughly. IE11 seems to not work with quite a few sites.
Michael Posted December 31, 2013 Posted December 31, 2013 Alternatively just import it then deploy via WSUS and specify an install date.
FN-GM Posted December 31, 2013 Author Posted December 31, 2013 Thanks for the replies, we are not using WSUS. You can't fiddle with WSUS if you are using SCCM. @free780 this is all part of the test program. It will be imported and deployed to a handful of machines. The deployment process is part of the test.
Cache Posted December 31, 2013 Posted December 31, 2013 While specifying another update, it does talk you through importing an update from the update catalog into SCCM: KB2775511 deployment for the SCCM Admin - Michael Griswold's SCCM Tips and Tricks - Site Home - TechNet Blogs 1
FN-GM Posted January 1, 2014 Author Posted January 1, 2014 While specifying another update, it does talk you through importing an update from the update catalog into SCCM: KB2775511 deployment for the SCCM Admin - Michael Griswold's SCCM Tips and Tricks - Site Home - TechNet Blogs Thanks this worked. Although MS don't recommend doing it last time i checked
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now