Custom download and install xml file for a Microsoft Office 365 Click-to-run installation. This is configured to use the new Microsoft Office update channel and is SCCM integrated and without OneDrive.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<Configuration> <Add OfficeClientEdition="32" Channel="Monthly" OfficeMgmtCOM="TRUE"> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> <Language ID="de-de" /> <ExcludeApp ID="OneDrive" /> </Product> </Add> <Updates Channel="Monthly" Enabled="TRUE" /> <Display Level="None" AcceptEULA="TRUE" /> <Logging Level="Standard" Path="%TEMP%" /> <Property Name="FORCEAPPSHUTDOWN" Value="FALSE" /> <Property Name="SharedComputerLicensing" Value="0" /> <Property Name="PinIconsToTaskbar" Value="FALSE" /> </Configuration> |
Note: And as usual, the ability to pin the Office icons to the taskbar, is only available for the users that is running the installation.