how to get the lastest build of Microsoft 365 with click-to-run

Brass Contributor

Hello
 
I'm trying to get de lastest build of Microsoft 365 (version 2009 (Build 13231.20200)) but I'm blocked at this version: 16.0.12527.21236 that is between january (Version 2002 (build 12527.20194)) and febuary (Version 2003 (Build 12624.20320))
 
I use this command to download my version:
setup /download configuration.xml
 
My xml file:
<Configuration>
  <Add SourcePath="\\winfppq12\logiciels$\office365testusers" OfficeClientEdition="32" Channel="Current">
    <Product ID="O365ProPlusRetail">
      <Language ID="fr-fr" />
   <ExcludeApp ID="Lync"/>
   <ExcludeApp ID="Groove"/>
    </Product>
  </Add>
  <Display Level="None" AcceptEULA="TRUE" />
  <Property Name="AUTOACTIVATE" Value="1" />
  <Updates Enabled="TRUE" UpdatePath="\\winfppq12\logiciels$\office365testusers\" Channel="Current"/>
  <!--  <Updates Enabled="TRUE" Channel="Current" /> -->
  <!--  <Display Level="None" AcceptEULA="TRUE" />  -->
  <!--  <Property Name="AUTOACTIVATE" Value="1" />  -->
</Configuration>
 
any help will be very appreciated
 
thanks

0 Replies