Forum Discussion

Eric_Davignon1's avatar
Eric_Davignon1
Brass Contributor
Oct 02, 2018

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>

Resources