We currently have an Office 365 installation older than 15.0.4569.1507 on all our SOEs
These SOEs are managed by Windows Intune & we want to manage the Office updates ourselves.
We've created an Intune package that we know executes correctly with the configuration.xml file
We have downloaded that latest version 15.0.4641.1002 (Aug2014) and have placed the download in a network share.
My configuration.xml file looks like this
<Configuration>
<Add SourcePath="\\Domain.com\Distribution\Intune\Updates\O365" OfficeClientEdition="32">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="TRUE" UpdatePath="\\Domain.com\Distribution\Intune\Updates\O365" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="C:\" />
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
So, when I deploy the setup.exe /configure configure.xml It does not update Office.
The exe has successfully run as I can see the log file
Even the C:\Program Files\Microsoft Office 15\ClientX64folder does not contain the officeclicktorun.exe
Not sure if I have to update first to version 15.0.4569.1507 first or what.
Any help will be appreciated