Hi,
I'm trying to switch our Office clients from 32bit to 64bit. Using the office deployement toolkit and Config Mgr, it has only been successful on a few clients but fails on most in my test group. Manual install as well on these shows no spesific error.
Any idea on what logs to read, or other ideas on what this might be?
I think the xml is good, but anyhow here it is:
<Configuration>
<Add OfficeClientEdition="64" MigrateArch="TRUE" AllowcdnFallback="TRUE">
<Product ID="O365ProPlusRetail">
<Language ID="nb-no" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Infopath" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="OneDrive" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="PinIconsToTaskBar" Value="FALSE" />
</Configuration>

