Last active
February 22, 2021 08:35
-
-
Save imbyc/5fe874c971e73bb0411a7adfb143763d to your computer and use it in GitHub Desktop.
[Office Tool Plus 部署配置] 安装word/ppt/excel/visio 2019 批量版
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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