<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus apps, Office 365 Business apps, Project Pro for Office 365 and Visio Pro for Office 365. 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 the 64 bit version of the Office 365 ProPlus apps and Visio Pro for Office 365 directly from the Office CDN using the Monthly Channel settings --> <!-- ID attribute (part of ExcludeApp element) Required. Defines the ID of the product that should not be installed. Allowed values: ID="Access" ID="Excel" ID="Groove" ID="Lync" ID="OneDrive" ID="OneNote" ID="Outlook" ID="PowerPoint" ID="Publisher" ID="Word" For OneDrive for Business, use Groove. For Skype for Business, use Lync. --> <Configuration> <Add OfficeClientEdition="64"> <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="ProjectPro2019Volume"> <Language ID="zh-CN" /> </Product> <Product ID="VisioPro2019Volume"> <Language ID="zh-CN" /> </Product> </Add> <!-- <Updates Enabled="TRUE" Channel="Monthly" /> --> <!-- <Display Level="None" AcceptEULA="TRUE" /> --> <!-- <Property Name="AUTOACTIVATE" Value="1" /> --> </Configuration>