I'm attempting to install Office 365 2016
through the click-to-run customization and exclude a set of applications. Office installs perfectly fine and the excluded apps are not on the system after the initial install. After I log into my Office 365 account, it starts an office update and the update installs some of the excluded items on the system.
The update installs Publisher
and Outlook
even though they were excluded in the config and not installed initially. Why is this and how can I prevent it?
installation xml
<Configuration>
<Add SourcePath="\\domain.com\Software\Office2016\x64\" OfficeClientEdition="64" Branch="Current">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="Visio" />
</Product>
</Add>
<Updates Enabled="TRUE" UpdatePath="\\domain.com\Software\Office2016\x64\" Branch="Current" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="\\domain.com\Software\Logs\Office2016\x64" />
</Configuration>