Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 3.21 KB

iexpress-wizard-for-win-server.md

File metadata and controls

73 lines (44 loc) · 3.21 KB
ms.localizationpriority ms.mktglfcycl description author ms.prod ms.assetid ms.reviewer audience manager ms.author title ms.sitesec ms.date
medium
deploy
Use the IExpress Wizard on Windows Server 2008 R2 with SP1 to create self-extracting files to run your custom Internet Explorer Setup program.
dansimp
ie11
5100886d-ec88-4c1c-8cd7-be00da874c57
itpro
dansimp
dansimp
IExpress Wizard for Windows Server 2008 R2 with SP1 (Internet Explorer Administration Kit 11 for IT Pros)
library
07/27/2017

IExpress Wizard for Windows Server 2008 R2 with SP1

Use the IExpress Wizard and its associated command-line options to create self-extracting files that automatically run your custom Internet Explorer Setup (.inf or .exe file) program that’s contained inside.

IExpress Wizard location

The IExpress Wizard (Iexpress.exe) is included as part of Windows Server 2008 R2 with Service Pack 1 (SP1), in the <system_drive>:\Windows\System32 folder. The wizard uses a self-extraction directive (.sed) file to store your package’s information. When you run the wizard, you have the option to start with an existing .sed file or to create a new one.

IExpress Wizard features

The IExpress Wizard:

  • Performs silent, unattended installations of your custom IE packages.

  • Supports upgrading IE without removing previous installations.

  • Supports repeated updating or performing clean installations of the same IE build.

IExpress Wizard settings

The IExpress Wizard lets you:

  • Decide whether the self-installing package is for administrators or for general employees.

  • Set multiple ways to run the installation command, such as in normal or silent mode.

  • Determine whether the IExpress dynamic-link libraries (.dll files) are updated on an employee’s computer.

  • Determine the compatibility of the installation package, based on the operating system version range, the browser version range, or any application version range.

  • Update and add files to the IExpress package, using the UPDFILE tool, without having to rebuild the package.

  • Replace Runonce with RunOnceEx (if the newer version of Iernonce.dll exists); giving you control over the job run order and status display.

  • Let corporate administrators set up support for roaming employees.

  • Let Internet Content Providers (ICPs) and Internet Service Providers (ISPs) generate packages for preconfigured desktops with custom, current content.

  • Save disk space by cleaning up the hard drive when running in Setup, uninstallation, and maintenance modes.

  • Provide support for multiple download sites.

  • Provide support for internal and external development, customization, expandability, and enhanced debugging.

  • Provide support for the extended character set, beyond single-byte characters (SBCS).

  • Provide support for using the .inf file format to download Internet components. For more information, see Use the uninstallation .INF files to uninstall custom components.

Related topics