We are moving to O365. I need to migrate my users from on prem Office 2007, 2010, and 2013 installations via SCCM 2012 R2. I want to remove the previous versions of Office can I use the Configuration.xml file to do that? If so
how? Below is what I have so far in my configuration file:
<Configuration>
<!-- <Add SourcePath="\\Server\Share\Office\" OfficeClientEdition="32" >
< Product ID="O365ProPlusRetail">
< Language ID="en-us" />
< /Product>
< Language ID="en-us" />
< ExcludeApp ID="Access" />
< ExcludeApp ID="InfoPath" />
< ExcludeApp ID="Lync" />
< ExcludeApp ID="Publisher" />
< /Product>
< /Add> -->
< Product ID="O365ProPlusRetail">
< Language ID="en-us" />
< /Product>
< Language ID="en-us" />
< ExcludeApp ID="Access" />
< ExcludeApp ID="InfoPath" />
< ExcludeApp ID="Lync" />
< ExcludeApp ID="Publisher" />
< /Product>
< /Add> -->
<!-- <Updates Enabled="TRUE" UpdatePath="\\Server\Share\Office\" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Logging Path="%temp%" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
Thanks!!