Integrate IE9 into Win 7 SP1 installation image method

  
                  1. Unpack the downloaded exe installation file for ie9. Create a folder for ie9 and put it in IE-Windows7-x86-chs.exe. (Note that the download should be the full version instead of the online installation version)

Run the command:

IE9-Windows7-x86-chs.exe /x:.

Extract it 3 CAB files and one DLL file.



2, installation mounts install.wim image.

DISM /Mount-Wim /WimFile:.\\install.wim /Name:"Windows 7 ULTIMATE" /MountDir:.\\wim

3. Add IE9 to the offline system image .

DISM /Image:.\\wim /Add-Package /PackagePath:.\\ie9\\IE9-Win7.CAB /PackagePath:.\\ie9\\ielangpack-CHS.CAB

Here only need Add two packages.

4, unmount the image, like, DISM /Unmount-Wim /MountDir:.\\wim /commit

5, to optimize the image and replace the installation folder.

imagex /export .\\install.wim 1 .\\sp1\\sources\\install.wim

The original 2.09 G image can be optimized to about 2G, compared to the previous 1.98G The image has only increased by 200M.

6, reseal.
Copyright © Windows knowledge All Rights Reserved