Office 下载安装
官方原版 Office 下载与安装教程
选择 Office 版本
2021
Office 2021
最新版本
- Word / Excel / PowerPoint
- Outlook / OneNote
- Access / Publisher
支持 Windows 10/11
2019
Office 2019
经典版本
- Word / Excel / PowerPoint
- Outlook / OneNote
- Access / Publisher
支持 Windows 10
2016
Office 2016
稳定版本
- Word / Excel / PowerPoint
- Outlook / OneNote
- Access / Publisher
支持 Windows 7/8/10
官方下载渠道
安装教程
1
下载 Office 部署工具
访问微软官方下载 Office Deployment Tool (ODT),用于下载和安装 Office
2
创建配置文件
创建 configuration.xml 配置文件,指定要安装的 Office 版本和组件
3
下载安装包
运行命令下载 Office 安装包到本地
setup.exe /download configuration.xml
4
安装 Office
以管理员身份运行安装命令
setup.exe /configure configuration.xml
示例配置文件 (Office 2021 专业增强版)
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2024">
<Product ID="ProPlus2021Release">
<Language ID="zh-cn" />
<ExcludeApp ID="OneDrive" />
</Product>
</Add>
<RemoveMSI />
<Property Name="AUTOACTIVATE" Value="0" />
</Configuration>