Tag Archives: 11

SCCM 2012–Deploy Internet Explorer 11 (IE11)

 

 

To install Internet Explorer 11
  1. Approve the System requirements and language support for Internet Explorer 11 (IE11).

image

2. Download IE11

2. Create a software distribution package that includes the Internet Explorer 11 installation package

  • Open Configuration manager console and navigate to Software Library> Application Management>Packages
  • Create New Package
  • image
  • Enter the details and the path for the IE11 files
  • Choose standard program

image

 

  • Create a program that includes the command-line needed to run the Internet Explorer 11 installation package. To run the package silently, without restarting and without checking the Internet for updates, use: ie11_package.exe /quiet /norestart /update-no

image

  • Move the installation package to your distribution points, and then advertise the package.

image

Good luck! Smile