软件下载

1.微软官网下载office2016部署工具

  1. 微软官网下载office2016部署工具:网址,或者上面提供的链接
  2. 打开下载的部署工具,并将其释放到桌面
    OneNote2016和Visio 2016同时安装
    OneNote2016和Visio 2016同时安装
  3. 右键单击office.iso文件加载至虚拟光驱
  4. 用记事本或者sublime打开桌面上的configuration文件,用以下代码覆盖:
<Configuration>
  <Add SourcePath="V:\" OfficeClientEdition="64" >
    <Product ID="ProPlusRetail">
      <Language ID="zh-CN" />
      <ExcludeApp ID="Access" />
      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="InfoPath" />
      <ExcludeApp ID="Lync" />
      <ExcludeApp ID="Outlook" />
      <ExcludeApp ID="Publisher" />
      <ExcludeApp ID="Skype for Business" />
      <ExcludeApp ID="SharePointDesigner" />
    </Product>
    <Product ID="VisioProRetail">
      <Language ID="zh-CN" />
    </Product>
  </Add>  
</Configuration>

注意缩进以及64位,SourcePath是指虚拟光驱的盘符

cd /d Desktop
setup.exe /configure configuration.xml

OneNote2016和Visio 2016同时安装

相关文章:

  • 2021-05-08
  • 2022-02-01
  • 2021-09-26
  • 2022-02-08
  • 2021-05-18
  • 2021-09-17
  • 2021-12-20
  • 2021-09-25
猜你喜欢
  • 2021-10-27
  • 2021-08-03
  • 2022-01-14
  • 2022-01-09
  • 2022-01-25
  • 2021-11-18
  • 2021-10-05
相关资源
相似解决方案