将IE11集成到Win7sp1安装镜像

# dism /get-wiminfo /wimfile:install.wim
dism /mount-wim /wimfile:install.wim /name:"Windows 7 ULTIMATE" /mountdir:new_wim


dism /image:new_wim /add-package /packagepath:Windows6.1-KB2670838-x64.msu
IE11-Windows6.1-x64-zh-cn.exe /x:ie11
dism /image:new_wim /add-package /packagepath:ie11\IE-Win7.CAB /packagepath:ie11\ielangpack-zh-CN.CAB
dism /image:new_wim /add-package /packagepath:ie11\IE-Hyphenation-en.MSU /packagepath:ie11\IE-Spelling-en.MSU


dism /unmount-wim /mountdir:new_wim /commit

ref https://www.ithome.com/html/ie/57751.htm

猜你喜欢

转载自fztree.iteye.com/blog/2384898