I am using the Office Deployment Tool for Click to Run to deploy Office 365 ProPlus using SCCM. If I do not want Office 365 to update automatically, should I leave the comment characters for the Updates element in CONFIGURATION.XML or do I need to uncomment it and set the Enabled attribute to FALSE?
In other words, is
<!-- <Updates Enabled="TRUE" /> -->
the same as
<Updates Enabled="FALSE" />?
- Edited by Bob Morton Wednesday, May 20, 2015 9:39 PM