我只想从 Office 2021 安装 Word、Excel 和 PowerPoint,但是没有选项可以选择退出同时安装的其他应用程序。有没有办法轻松卸载那些无用的应用程序?
我花了很多时间来得到这个问题的答案。 我找到了答案,我在这里提供了一个链接(以保护他们的版权):
https://www.winhelponline.com/blog/custom-install-uninstall-office-apps/
我建议使用 Office 部署工具:Microsoft ODT
下载并安装后,请使用链接中的说明创建 XML 配置。向下滚动到“删除”选项以获取更多信息。我的看起来像这样:
<Configuration>
<Remove>
<Product ID="O365ProPlusRetail">
<ExcludeApp ID ="PowerPoint" />
<ExcludeApp ID ="OneNote" />
<ExcludeApp ID ="OneDrive" />
</Remove>
</Configuration>