Forum Discussion
Installation of Office365 ProPlus fails
I am trying to install Office365 ProPlus using the ODT tool and a Customization file, however, I keep receiving an error that "This product can't be installed on the selected update channel". I am using the command setup.exe /configure ProPlus.xml
here is my contents of XML
<Configuration ID="xxxxxxxxxx-xxx-x-xxx">
<Info Description="" />
<Add OfficeClientEdition="64">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="OneNote" />
</Product>
</Add>
<Property Name="SharedComputerLicensing" Value="1" />
<Property Name="PinIconsToTaskbar" Value="FALSE" />
<Property Name="SCLCacheOverride" Value="0" />
<Property Name="AUTOACTIVATE" Value="0" />
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
<Property Name="DeviceBasedLicensing" Value="0" />
<RemoveMSI />
<Logging Level="Standard" Path="c:\temp\" />
</Configuration>
I only have an issue with ProPlus, when I install Office 2019 or 2016 using same command but different XML file for those applications everything installs without issue.
I have tried all different update channels too.