Office 2016 Deployment Tool Page

setup.exe /download configuration.xml This downloads Office 2016 source to the folder defined in your XML (add SourcePath if needed). Place setup.exe and configuration.xml in same folder, then:

setup.exe /configure config.xml No prompts, auto-activates (if KMS/MAK is configured). To uninstall specific products, use <Remove> : office 2016 deployment tool

setup.exe /configure configuration.xml Run as for system-wide install. 6. Common XML Options | Element | Purpose | |---------|---------| | <Add SourcePath="\\server\share" | Local/network source location | | <Logging Level="Standard" Path="%temp%" | Enable installation logs | | <Property Name="SharedComputerLicensing" Value="1" | For RDS/Citrix | | <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" | Close apps during install | | <RemoveMSI> | Remove existing MSI Office versions | | <Display Level="Full" AcceptEULA="TRUE" | Show UI (not silent) | 7. Silent Deployment Example (Unattended) <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> Run with: Add OfficeClientEdition="64" Channel="PerpetualVL2016"&gt