ie11离线安装包制作

浏览: 1934

一、搜索下载各文件

二、按照下面步骤解包cab文件,做bat文件

1. Internet Explorer 11 的必备组件包

cd c:\temp
expand "Windows6.1-KB2731771-x64.msu" -f:* c:\temp\cabfiles
expand "Windows6.1-KB2533623-x64.msu" -f:* c:\temp\cabfiles
expand "Windows6.1-KB2670838-x64.msu" -f:* c:\temp\cabfiles
expand "Windows6.1-KB2729094-v2-x64.msu" -f:* c:\temp\cabfiles
expand "Windows6.1-KB2786081-x64.msu" -f:* c:\temp\cabfiles
expand "Windows6.1-KB2834140-v2-x64.msu" -f:* c:\temp\cabfiles

2. Internet Explorer 11 核心安装包

expand "Windows6.1-KB2786081-x64.msu" -f:* c:\temp\cabfiles

3. Internet Explorer 11 语言包

expand "IE11-windows6.1-LanguagePack-x64-zh-cn.msu" -f:* c:\temp\cabfiles

4. Internet Explorer 11 拼写词典

expand "IE-Spelling-en.msu" -f:* c:\temp\cabfiles

5. Internet Explorer 11 累积安全更新

expand "ie11-windows6.1-kb4056568-x64_f4b6afadf114dc3bd5498a64256e4cdc5e7e7576.msu" -f:* c:\temp\cabfiles

6. 建bat安装文件在目录c:\temp\cabfiles,内容如下:

ECHO OFF
ECHO Installing IE 11 prerequisite: KB2834140
dism /online /add-package /packagepath:Windows6.1-KB2834140-v2-x64.cab /quiet /norestart
ECHO Installing IE 11 prerequisite: KB2670838
dism /online /add-package /packagepath:Windows6.1-KB2670838-x64.cab /quiet /norestart
ECHO Installing IE 11 prerequisite: KB2533623
dism /online /add-package /packagepath:Windows6.1-KB2533623-x64.cab /quiet /norestart
ECHO Installing IE 11 prerequisite: KB2731771
dism /online /add-package /packagepath:Windows6.1-KB2731771-x64.cab /quiet /norestart
ECHO Installing IE 11 prerequisite: KB2729094
dism /online /add-package /packagepath:Windows6.1-KB2729094-v2-x64.cab /quiet /norestart
ECHO Installing IE 11 prerequisite: KB2786081
dism /online /add-package /packagepath:Windows6.1-KB2786081-x64.cab /quiet /norestart
ECHO Installing IE 11 Main Application
dism /online /add-package /packagepath:IE-Win7.cab /quiet /norestart
ECHO Installing IE 11 Chinese language Pack
dism /online /add-package /packagepath:Windows6.1-KB2841134-x64.cab /quiet /norestart
ECHO Installing IE 11 English Spelling Dictionaries Pack
dism /online /add-package /packagepath:Windows6.3-KB2849696-x86.cab /quiet /norestart
ECHO Installing IE cumulative security update
dism /online /add-package /package path: IE11-Windows6.1-KB4056568-x64.cab /quiet /norestart 

三、运行bat文件安装

四、重启电脑

参考 https://support.microsoft.com/en-us/help/3061428/how-to-create-an-all-inclusive-deployment-package-for-internet-explore

推荐 1
本文由 safa 创作,采用 知识共享署名-相同方式共享 3.0 中国大陆许可协议 进行许可。
转载、引用前需联系作者,并署名作者且注明文章出处。
本站文章版权归原作者及原出处所有 。内容为作者个人观点, 并不代表本站赞同其观点和对其真实性负责。本站是一个个人学习交流的平台,并不用于任何商业目的,如果有任何问题,请及时联系我们,我们将根据著作权人的要求,立即更正或者删除有关内容。本站拥有对此声明的最终解释权。

1 个评论

ie安装很麻烦啊

要回复文章请先登录注册