Jump to content


Photo

Internet Explorer 9.exe support


  • Please log in to reply
1 reply to this topic

#1 MANIKANT.S.GUPTA

MANIKANT.S.GUPTA

    WinCert Pro

  • Members
  • PipPipPipPipPip
  • 323 posts
  • Location:MUMBAI
  • OS:Windows 7 x64

Posted 14 August 2011 - 08:43 PM

Hi,Legolash2o

Can you explain how to integrate IE9?
IE9 is an.exe file. W7 Toolkit sees .msu files, but it does not see IE9 with.exe files. Therefore, cannot add IE9 in update section?


For 32 bit Windows 7

Copy contents of your Windows 7 SP1 DVD to C:\Seven

Download the IE9 32 bit installer in exe format

Rename the downloaded file to I9.exe

Paste this code into a textfile and save as integrate.bat. Execute it as administrator.

This script will integrate IE9 into all images of your windows 7 32bit dvd (you need IE9-Windows7-x86-xxx.exe)

@echo off
cls
mkdir C:\WIM
C:\IE9.exe /x:C:\IE9
erase /F /Q "C:\IE9\IE9_SUPPORT.CAB"
dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:5 /MountDir:C:\WIM
dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
dism /Unmount-Wim /MountDir:C:\WIM /commit
dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:4 /MountDir:C:\WIM
dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
dism /Unmount-Wim /MountDir:C:\WIM /commit
dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:3 /MountDir:C:\WIM
dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
dism /Unmount-Wim /MountDir:C:\WIM /commit
dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:2 /MountDir:C:\WIM
dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
dism /Unmount-Wim /MountDir:C:\WIM /commit
dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:1 /MountDir:C:\WIM
dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
dism /Unmount-Wim /MountDir:C:\WIM /commit
erase /F /Q "C:\IE9.exe"
RD /S /Q "C:\WIM"
RD /S /Q "C:\IE9"
pause
exit

____________________________________________________________________________________

For 64 bit Windows 7

Copy contents of your Windows 7 SP1 DVD to C:\Seven
Download the IE9 64 bit installer in exe format
Rename the downloaded file to I9.exe
Paste this code into a textfile and save as integrate.bat. Execute it as administrator.

This script will integrate IE9 into all images of your windows 7 64bit dvd (you need IE9-Windows7-x64-xxx.exe)

Code:

@echo off
cls
mkdir C:\WIM
C:\IE9.exe /x:C:\IE9
erase /F /Q "C:\IE9\IE9_SUPPORT.CAB"
dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:4 /MountDir:C:\WIM
dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
dism /Unmount-Wim /MountDir:C:\WIM /commit
dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:3 /MountDir:C:\WIM
dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
dism /Unmount-Wim /MountDir:C:\WIM /commit
dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:2 /MountDir:C:\WIM
dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
dism /Unmount-Wim /MountDir:C:\WIM /commit
dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:1 /MountDir:C:\WIM
dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
dism /Unmount-Wim /MountDir:C:\WIM /commit
erase /F /Q "C:\IE9.exe"
RD /S /Q "C:\WIM"
RD /S /Q "C:\IE9"
pause
exit

__________________________________

Test in virtual machine and Internet Explorer 9 will be there, I hope it will help you

#2 Legolash2o

Legolash2o

    Win Toolkit Programmer

  • Global Mods
  • 4,068 posts
  • Location:Hull, UK.

Posted 15 August 2011 - 08:06 AM

Done..




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users