Forum Discussion
Eric_Davignon1
Oct 02, 2018Brass Contributor
configuration xml O365
Hi,
I have a xml for updating office clic to run 2013 to 2106, everything work good, however i have some of my computers can have either or both visio and project.
Question:
Any idea if i can have conf inside my .xml that it will update it
** Below my .xml**
<Configuration>
<Add Version="16.0.10325.20118" OfficeClientEdition="32" Channel="Current">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<Language ID="fr-fr" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
</Product>
</Add>
<RemoveMSI All="TRUE" />
<Display Level="Full" AcceptEULA="TRUE" />
<Logging Path="C:\Windows\Logs\Software\Office365ProPlus_2016_Mui_x86_2.0" />
<Property Name="AUTOACTIVATE" Value="1" />
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
<Updates Enabled="TRUE" />
</Configuration>
Hi Eric_Davignon1,
You will need separate xml files for each type of configuration that you need.
Based on your scenario you will need 4 xml files:
Office 365
Office 365 + Project
Office 365 + Visio
Office 365 + Project + Visio
Then you can deploy to the set of users different setup with the appropriate xml.
- Eric_Davignon1Brass Contributor
sorry to ask you but can you give me and example of .xml
Hi Eric_Davignon1,
You can create your XML here https://officedev.github.io/Office-IT-Pro-Deployment-Scripts/XmlEditor.html