in Uncategorized

记录Office 2019 Standard版本的安装 (License key自备)

小结

记录一次Office 2019 Standard版本的安装,这里使用已有的License key。

问题及解决

现在Windows Office是由Office 365来进行安装管理,如果有以前版本的Office,怎么样安装激活是个问题。

这里使用以下步骤:

1, 下载Office Deployment Tool (ODT)
MIcrosoft Download Center: Maximize the everyday with Microsoft 365
得到这个文件: officedeploymenttool_17126-20132.exe

2, 运行解压缩到指定文件夹
解压缩后有一个setup.exe文件,以及configuration-Office2019Enterprise.xml,对xml文件进行修改成我要安装的Office 2019 Standard版本, 这里我改成了Standard2019Volume, 如下:

<!-- Office 2019 enterprise client configuration file sample. To be used for Office 2019 
     enterprise volume licensed products only, including Office 2019 Professional Plus,
     Visio 2019, and Project 2019.

     Do not use this sample to install Office 365 products.

     For detailed information regarding configuration options visit: http://aka.ms/ODT. 
     To use the configuration file be sure to remove the comments

     The following sample allows you to download and install Office 2019 Professional Plus,
     Visio 2019 Professional, and Project 2019 Professional directly from the Office CDN.

 -->



<Configuration>

  <Add OfficeClientEdition="64" Channel="PerpetualVL2019">
    <Product ID="Standard2019Volume">
      <Language ID="en-us" />
    </Product>
  </Add>

  <!--  <RemoveMSI All="True" /> -->

  <!--  <Display Level="None" AcceptEULA="TRUE" />  -->

  <!--  <Property Name="AUTOACTIVATE" Value="1" />  -->

</Configuration>

可以在List of Product IDs that are supported by the Office Deployment Tool for Click-to-Run 找到支持Office Deployment Tool (ODT)安装的产品。

3, 安装

使用指令:

'.\setup.exe' /configure '.\configuration-Office2019Enterprise.xml'

或者

setup /configure configuration-Office2019Standard.xml

4, 激活
前面提过License key自备,安装好后点File -> Account,输入产品License Key进行激活。

参考

MIcrosoft Download Center: Maximize the everyday with Microsoft 365
Western Technology Services: Office Professional Plus for Windows – 2019
List of Product IDs that are supported by the Office Deployment Tool for Click-to-Run

Write a Comment

Comment