«

Office 2019/2021 定制安装

作者:myluzh 分类: Windows 长度:1404 阅读:927


官网下载的office的ISO进行安装

下载部署工具 https://www.microsoft.com/en-us/download/confirmation.aspx?id=49117 下载解压到指定文件夹得到 4个文件

用记事本编辑configuration-Office2019Enterprise,替换如下(注意:配置文件中SourcePath路径为你ISO挂载路径)。你也可以通过在线生成配置https://config.office.com/

<Configuration>
  <Add SourcePath="F:\" 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>

在当前目录打开命令行,运行以下命令:

setup.exe /configure configuration-Office2019Enterprise.xml

参考文档
https://baijiahao.baidu.com/s?id=1695177511429710289&amp;wfr=spider&amp;for=pc
https://blog.csdn.net/liuqixuan1994/article/details/125257268

office 定制安装


正文到此结束
版权声明:若无特殊注明,本文皆为 Myluzh Blog 原创,转载请保留文章出处。
文章内容:https://itho.cn/win/219.html
文章标题:《Office 2019/2021 定制安装