We are getting ready to move from Office 2010 MSI to Office 365 (2013) click to run ProPlus. Everything is ready to uninstall and install the new product.
My question is if the Updates Enabled="TRUE" is not in the configuration.xml file will machines with the click to run office 365 pull updates from the cloud? I had been told that the Enabled=TRUE is not needed in the configuration file as it is a default setting. We want our machines to pull down updates from the cloud in place of providing a manual update location on our network.
Our configuration.xml file looks like this:
<Configuration>
<Add SourcePath="\\Server\Share" OfficeClientEdition="32" ForceDowngrade="TRUE" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
<Display Level="NONE" AcceptEULA="TRUE" />
<Logging Name="OfficeSetup.txt" Path="C:\temp" />
<Property Name="AUTOACTIVATE" Value="0" FORCEAPPSHUTDOWN="TRUE" />
</Configuration>
Thanks,
Brit