MANIKANT.S.GUPTA Posted August 14, 2011 Posted August 14, 2011 Hi,Legolash2oCan 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 7Copy contents of your Windows 7 SP1 DVD to C:\SevenDownload the IE9 32 bit installer in exe formatRename the downloaded file to I9.exePaste 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 offclsmkdir C:\WIMC:\IE9.exe /x:C:\IE9erase /F /Q "C:\IE9\IE9_SUPPORT.CAB"dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:5 /MountDir:C:\WIMdism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9dism /Unmount-Wim /MountDir:C:\WIM /commitdism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:4 /MountDir:C:\WIMdism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9dism /Unmount-Wim /MountDir:C:\WIM /commitdism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:3 /MountDir:C:\WIMdism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9dism /Unmount-Wim /MountDir:C:\WIM /commitdism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:2 /MountDir:C:\WIMdism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9dism /Unmount-Wim /MountDir:C:\WIM /commitdism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:1 /MountDir:C:\WIMdism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9dism /Unmount-Wim /MountDir:C:\WIM /commiterase /F /Q "C:\IE9.exe"RD /S /Q "C:\WIM"RD /S /Q "C:\IE9"pauseexit____________________________________________________________________________________For 64 bit Windows 7Copy contents of your Windows 7 SP1 DVD to C:\SevenDownload the IE9 64 bit installer in exe formatRename the downloaded file to I9.exePaste 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 offclsmkdir C:\WIMC:\IE9.exe /x:C:\IE9erase /F /Q "C:\IE9\IE9_SUPPORT.CAB"dism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:4 /MountDir:C:\WIMdism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9dism /Unmount-Wim /MountDir:C:\WIM /commitdism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:3 /MountDir:C:\WIMdism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9dism /Unmount-Wim /MountDir:C:\WIM /commitdism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:2 /MountDir:C:\WIMdism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9dism /Unmount-Wim /MountDir:C:\WIM /commitdism /Mount-Wim /WimFile:C:\seven\sources\install.wim /index:1 /MountDir:C:\WIMdism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9dism /Unmount-Wim /MountDir:C:\WIM /commiterase /F /Q "C:\IE9.exe"RD /S /Q "C:\WIM"RD /S /Q "C:\IE9"pauseexit__________________________________Test in virtual machine and Internet Explorer 9 will be there, I hope it will help you Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.