When installing Office 365 ProPlus using the Office Deployment Tool (ODT), the standard configuration includes the entire suite of applications by default. In some cases, IT Pros need to exclude one ...
I'm having trouble adding Publisher to an existing install done with Intune. We used the built-in M365 Apps application type in Intune, which initially excluded Publisher:
Now to add Publisher back, I am deploying the ODT along with the following XML file to attempt to add Publisher back.
<Configuration>
<Add Version="MatchInstalled">
<Product ID="O365ProPlusRetail">
<Language ID="MatchOS"/>
<ExcludeApp ID="Access"/>
<ExcludeApp ID="Groove"/>
<ExcludeApp ID="Lync"/>
<ExcludeApp ID="Bing"/>
</Product>
</Add>
<Display Level="Full" AcceptEULA="TRUE"/>
</Configuration>
I am deploying this as a Intune Win32 app. The command line is "setup.exe /configure publisher.xml" and I do see the progress show up without any error message. But after it completes, Publisher is not added.