其他分享
首页 > 其他分享> > office 365 如何安装Visio,Project 等

office 365 如何安装Visio,Project 等

作者:互联网

使用Microsoft office deployment tools

  1. 从https://www.microsoft.com/en-us/download/details.aspx?id=49117下载Office Deployment Tool
  2. 运行下载好的officedeploymenttool_*.exe文件
  3. 运行后生成一个setup.exe 和 几个配置模板文件
  4. 生成一个config.xml文件内容如下 (以安装viso为例)
<Configuration>
  <Add OfficeClientEdition="64" Channel="Current">
    <Product ID="VisioPro2021Volume">
      <Language ID="en-us" />
    </Product>
  </Add>
</Configuration>
  1. 使用cmd运行
    setup.exe /download config.xml
    setup.exe /configure config.xml
  2. 激活(一般学校提供的激活office工具就可以激活)

标签:xml,exe,office,setup,Project,Visio,download,config
来源: https://www.cnblogs.com/freedom-wan/p/16057562.html