Skip to content

Instantly share code, notes, and snippets.

@imbyc
Last active February 22, 2021 08:35
Show Gist options
  • Save imbyc/5fe874c971e73bb0411a7adfb143763d to your computer and use it in GitHub Desktop.
Save imbyc/5fe874c971e73bb0411a7adfb143763d to your computer and use it in GitHub Desktop.
[Office Tool Plus 部署配置] 安装word/ppt/excel/visio 2019 批量版
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2019" AllowCdnFallback="True" OfficeMgmtCOM="True">
<Product ID="ProPlus2019Volume">
<Language ID="zh-cn" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="Publisher" />
</Product>
<Product ID="VisioPro2019Volume">
<Language ID="zh-cn" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="OneDrive" />
</Product>
</Add>
<Updates Enabled="True" />
<Extend CreateShortcuts="true" />
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment