Internet Explorer 11 Silent Install

Posted on  by  admin
Internet Explorer 11 Silent Install 4,7/5 3698 reviews

Internet Explorer 11 deployment via SCCM (self.sysadmin) submitted 3 years ago. by callmyname Hello redditors, I've been working at my company as service desk before being offered e position as administrator a couple of weeks ago.

-->

You can use command-line options along with a tool like IExpress to package your custom version of Internet Explorer and to perform a batch installation across your organization.

IE Setup command-line options

Internet Explorer 11 Silent Install

These command-line options work with IE Setup:

Internet Explorer Exe

Internet Explorer 11 Silent Install

[/help] [/passive /quiet] [/update-no] [/no-default] [/nobackup] [/ieak-full:<path> /ieak-branding: <path>] [/norestart /forcerestart] [/log: <path>

Parameter (Setup modes)Description
/passiveRuns the install without requiring input from the employee, showing progress and error messages.
/quietIdentical to /passive, but doesn't show any of the progress or error messages to the employee.
Parameter (Setup options)Description
/update-noDoesn't look for Internet Explorer updates.
/no-defaultDoesn't make Internet Explorer the default browser.
/no-backupDoesn't back up the files necessary to uninstall IE.
/ieak-fullReserved for use by the IEAK 11.
/ieak-brandingReserved for use by the IEAK 11.
Parameter (Restart options)Description
/norestartDoesn't restart after installation.
/forcerestartRestarts after installation.
Parameter (miscellaneous options)Description
/helpProvides help info. Can't be used with any other option.
/log <path>Creates a log file about the installation process, at the specified location.

Windows Setup return and status codes

Windows Setup needs to tell you whether IE successfully installed. However, because IE11wzd.exe is packaged inside your IE11setup.exe file, the return codes can’t be sent directly back to you. Instead, Setup needs to return the information (both success and failure) to the HKEY_LOCAL_MACHINESoftwareMicrosoftActive SetupInstallInfo registry branch.

SubkeyData typeValue
CompleteString0 = Success
CompleteString0x80100003 = Files are missing for the requested installation.
CompleteString0x80100001 = Setup partially succeeded. One or more components weren’t downloaded or installed. Check the FailedComponents subkey for the list of components.
CompleteString0x80100002 = Setup partially succeeded, but the employee cancelled Setup. One or more components weren’t downloaded or installed. Check the FailedComponents subkey for the list of components.
FailedComponentsMultiSZ<Component_Name_from_CIFID>Null<Component_Name_from_CIFID>Component1
InstallStatusBinary0 = Install completed successfully.
InstallStatusBinary1 = Suspend Setup.
The employee cancelled Setup and is then asked to confirm:
  • 2 = No, don’t cancel. Resume Setup.
  • 3 = Yes, cancel confirmed. Quit Setup as soon as possible.

Important
If the cancellation is confirmed, Setup will quit as soon as all of the in-progress tasks are done, like copying or extracting files.

Explorer

Related topics

Coments are closed
Scroll to top