As the title says the display level is suppressed when installing Office 365 ProPlus via SCCM even though XML says Display Level="Full"
I would like to install Office ProPlus with the display level visible to the user. Not all users are local admins so I've installed Office within the admin context. Does this happen because SCCM installs under system context and as such suppresses pop ups to the end user?
Has anyone been able to get this to work or am i doing something wrong? If someone can offer me some guidance please. Here is my XML:
<Configuration><Add OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="Visio" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Publisher" />
</Product>
</Add> -->
<Updates Enabled="True" />
<Display Level="Full" AcceptEULA="TRUE" />
<Property Name="FORCEAPPSHUTDOWN" Value="1" />
<Logging Name="OfficeSetup.txt" Path="%temp%" />
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>