I’m writing this blogpost to help understanding what happens when you are deploying Office Pro Plus on a Intune managed device.
First of all Office 365 installation is not a application installation in traditional sense!!
It is not the same as a Win32 app deployed from Intune that are using the Intune Management extension (IME) or MSI LOB app deployment that are using the build-in  MDM stack in Windows 10.
Office Pro Plus installation from Intune is a policy – a CSP policy

provisioning-csp-office

That is also the reason why you cannot create a dependencies from a Win32 app installation, on a Office Pro Plus app in Intune. The example I often get is, can we create a Win32 app that are installing a plugin for Office only if Office is already installed.
Trouble shooting is also different for Office Pro Plus installation as you need to look for different thinks on the end user device and not in the IME logs.

 

OfficeCSP reg 01

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OfficeCSP

In the Default key there is a link to http://go.microsoft.com/fwlink/?LinkID=829801 – that link point to installation of setup.exe

OfficeCSP reg 02

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OfficeCSP\9725059b-1892-443f-bee1-509ca15c0c16

In Default you can see the configuration.xml file that are used to install Office Pro Plus

OfficeCSP reg 03

Here is the default configuration.xml from the Intune installation. If you need other settings in your installation you can upload a custom configuration.xml file into Intune.

<Configuration><Add Channel=”FirstReleaseCurrent” OfficeClientEdition=”64″ MigrateArch=”TRUE”><Product ID=”O365ProPlusRetail”><ExcludeApp ID=”Access” /><ExcludeApp ID=”Groove” /><ExcludeApp ID=”InfoPath” /><ExcludeApp ID=”Lync” /><ExcludeApp ID=”OneNote” /><ExcludeApp ID=”SharePointDesigner” /><Language ID=”MatchOS” /><Language ID=”MatchPreviousMSI” /></Product></Add><Display Level=”None” AcceptEULA=”TRUE” /><RemoveMSI /><Property Name=”SharedComputerLicensing” Value=”0″ /><ExecCount xmlns=”http://schemas.microsoft.com/intune”>1</ExecCount><LastExecuteTime xmlns=”http://schemas.microsoft.com/intune”>4/12/2020 9:04:16 AM</LastExecuteTime></Configuration>

FinalStatus:

  • When status = 0: 70 (succeeded)
  • When status != 0: 60 (failed)

OfficeCSP reg 04

In file:///C:/Users/Public/Documents/MDMDiagnostics/MDMDiagReport.html you can also see that Office is installed

MDMDiagReport - Office 01

The end user will also get a notification when you Office Pro Plus is finish installing.

Office Pro Plus installed

Happy deployment


Read more:

Office CSP
Description of Office 365 Desktop Setup Tool logging errors

 

 

Advertisement