office 2016自定义安装

1、下载Office2016部署工具
2、双击下载的工具,勾选“Click here to…”,点击“Continue”, 释放两个文件(setup.exe和configuration.xml)到桌面;
3、虚拟光驱加载Office2016 iso镜像文件到E(或其他)盘;
4、若只需要Word Excel PowerPoint三个软件,则修改配置文件如下:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Configuration>
<Add SourcePath="E:" OfficeClientEdition="64" >
<Product ID="ProPlusRetail">
<Language ID="zh-CN" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="SharePointDesigner" />
</Product>
</Add>
</Configuration>

5、进入命令提示符:

1
2
cd Desktop
setup.exe /configure configuration.xml