Jump to content

Recommended Posts

Posted

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

Posted (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 by Arthur
Posted (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 by Cache
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...