美文网首页
office 2016 只安装部分组件

office 2016 只安装部分组件

作者: vola_lei | 来源:发表于2017-04-14 12:16 被阅读0次

office 2016 只提供了click to run的安装方法, 大多数用户估计只需要安装其中的word, power point, excel, onenote这些工具. 具体操作方法如下:

  1. 下载office 2016部署工具.
    点击click here.

    office 2016 deployment tool
    勾选 click here to accept:, 点击continue
    Paste_Image.png
    会释放一个压缩包, 选择存放路径:
    Paste_Image.png
    放到桌面后,可以看到这两个文件: 分别是 setup.exe 和 configuration.xml配置文件
    Paste_Image.png
  2. 配置
    打开configuration.xml可以看到默认的配置是这样的.


    default config

    其中需要修改的有:

  • officeClientEdition = "32" 修改为自己下载office版本对应的位数.
  • Channel= "Current" 修改为 office安装包所在路径, 一定是 setup.exe对应的路径.
  • 在<language...下放添加不安装的组件名称, 按照格式:
      <ExcludeApp ID="name" />
    我修改后的配置如下:


    Paste_Image.png

    对应的是:

<Configuration>
  <Add OfficeClientEdition="64" Channel="D:\迅雷下载\cn_visio_professional_2016_x86_x64_dvd_6970929\">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
      <ExcludeApp ID="Access" />
      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="Lync" />
      <ExcludeApp ID="Outlook" />
      <ExcludeApp ID="Publisher" />
      <ExcludeApp ID="SharePointDesigner" />
    </Product>
    <Product ID="VisioProRetail">
      <Language ID="en-us" />
    </Product>
  </Add>
  <!--  <Updates Enabled="TRUE" Channel="Current" /> -->
  <!--  <Display Level="None" AcceptEULA="TRUE" />  -->
  <!--  <Property Name="AUTOACTIVATE" Value="1" />  -->
</Configuration>
  1. 运行:
  • cd到桌面(configuration.xml 和setup.exe所在的位置)
  • 运行: setup.exe /configure configuration.xml


    how to run
  • office 2016 开始自动安装, 可以看到, 仅安装了 word, ppt, excel, onenote, visio.


    installation

相关文章

网友评论

      本文标题:office 2016 只安装部分组件

      本文链接:https://www.haomeiwen.com/subject/bbswattx.html