Forum Discussion
aorden
Dec 24, 2021Copper Contributor
Office365 does not install from a local or shared drive
I am completely unable to install office365 from a local copy of the cab files on a hard drive. Details: The Dec 17 update of office365 has crippled all customized back end Access applications (for a...
Jan 24, 2022
Tested it with this XML file below, difference is the removal of the version and adding the allowcdnfallback option. Perhaps you specify a version which is not available in your share> Downloaded the latest tool from https://www.microsoft.com/en-us/download/details.aspx?id=49117 dated 13/01/2022)
<Configuration>
<Add OfficeClientEdition="32" Channel="Current" SourcePath="\\LenovoX1\Office365" AllowCdnFallback="FALSE">
<Product ID="O365BusinessRetail">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
<Configuration>
<Add OfficeClientEdition="32" Channel="Current" SourcePath="\\LenovoX1\Office365" AllowCdnFallback="FALSE">
<Product ID="O365BusinessRetail">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>