Office 2016 Deployment Tool 'link' -

<Configuration> <Add OfficeClientEdition="64" Channel="PerpetualVL2016"> <Product ID="ProPlusVolume"> <Language ID="en-us" /> </Product> </Add> <Display Level="None" AcceptEULA="TRUE" /> <Property Name="AUTOACTIVATE" Value="1" /> <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" /> </Configuration>

<Product ID="ProPlusRetail"> <Language ID="en-us" /> <ExcludeApp ID="Outlook" /> <ExcludeApp ID="Access" /> <ExcludeApp ID="Publisher" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Lync" /> </Product> office 2016 deployment tool

To add/remove apps from existing install, use <Add> with same product ID and <ExcludeApp> / <RemoveApp> . Add OfficeClientEdition="64" Channel="PerpetualVL2016"&gt

Scroll to Top