Jan 12 2018 01:36 PM - last edited on Nov 09 2023 11:10 AM by
Jan 12 2018 01:36 PM - last edited on Nov 09 2023 11:10 AM by
We are currently testing Office 365 Pro Plus in hopes to replace the Office 2016 MSI install. We have Office 365 Pro Plus deployed as follows :
<Configuration>
<Add OfficeClientEdition="32" Channel="Current" Version="16.0.8625.2132" OfficeMgmtCOM="True">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="OneDrive" />
</Product>
</Add>
<Display AcceptEULA="TRUE" />
<Property Name="SharedComputerLicensing" Value="0" />
<Property Name="PinIconsToTaskbar" Value="FALSE" />
<Property Name="AUTOACTIVATE" Value="1" />
<Property Name="ForceAppShutdown" Value="FALSE" />
</Configuration>
We have updates being pushed through configuration manager. The updates get passed the machine and when they go to install the updates, it forces all office applications to close without any notification to the user. This is problematic esp since we are a SfB house. We have a SCCM DSE that i've ran this through and we've troubleshot this for a few days but we can't really find a way to either have the updates installed WITHOUT closing the apps or notify the user that the applications need to close in order to apply the update.
Has anyone see this behavior before? Any suggestions to get the outcome that we desire?
Jan 29 2018 12:03 AM
Interesting, I can see you have not enabled ForceAppShutdown. As a troubleshoot step can you try hashing out that line to see if that makes any difference.
<-- <Property Name="ForceAppShutdown" Value="FALSE" /> -->
Also I can see you dont have any DisplayLevel defined so many update your AcceptEULA line to look like this.
<Display Level="Full" AcceptEULA="TRUE" />
Jan 29 2018 05:06 AM
Thanks for the reply Andrew. I have tried it using with and without the ForceAppShutdown=true line in it. Matter of fact, we've first found this issue without that line in the config.xml file.
I will update the display level in the config.xml file and try it again. Thanks for the suggestion.
Feb 07 2018 06:08 AM
Feb 07 2018 06:22 AM - last edited on Feb 07 2018 09:48 AM by EricStarker
Feb 07 2018 06:22 AM - last edited on Feb 07 2018 09:48 AM by EricStarker
We have a ticket open about this, our TAM is involved and our SCCM DSE is involved. If/when we find a resolution, i'll be happy to share it on here.
Feb 07 2018 08:39 AM
Hi Christopher - interesting bug you're running into. Would it be possible for you to run a small scale (~1-5 machine) test for me? You can force call the Office update mechanism and then specify during that call to not force apps to shutdown, I wonder if that could potentially resolve the issue you're seeing. It wouldn't be a fix, but at least can give us more detail into what's happening
https://docs.microsoft.com/en-us/deployoffice/best-practices/best-practices-channel-management
See specifically the section "Use OfficeC2RClient.exe" for the variables. If you know there's an Office update available, just run it with your normal experience + forceappshutdown = false and see what happens. You can even do this on a VM or test machine that's configured the same as your normal ConfigMgr devices
Feb 07 2018 10:48 AM
Sep 17 2019 07:34 AM
@Christopher Hadwin has this been any development, we are experiencing the same issue effecting hundreds of clients.
Sep 17 2019 08:20 AM
@Rob Fuller, After bringing this to our SCCM DSE, he found that this was hardcoded within SCCM and was being changed in a newer build of SCCM. I believe 1806 or even 1810 might have included the change. Since then, we have not had any issues with Office Pro Plus clients force closing when updates are installed. It behaves very similarly to how the MSI version of Office behaves when installing updates.
update: the last couple of Office 365 patches delivered by SCCM provides a prompt that office applications need to close to apply updates. Once updates are finished applying, the office applications re-open.
Sep 17 2019 10:31 AM
@Christopher Hadwin and community, I recently blogged on this topic. It discusses end user behavior and workflow.. just scroll down to the SCCM section. If there is something you would like to see added, let me know and I'll update in FAQ
Understanding Office 365 ProPlus Updates for IT Pros (CDN vs SCCM)
Sep 17 2019 10:45 AM
Sep 17 2019 11:06 AM
@Rob Fuller A few suggestions:
1. If you suspect there is a custom script calling officec2rclient.exe out of band then use process monitor with filter for process name officec2rclient.exe + drop filtered events to monitor and trap the event to understand who the caller is and turn off the script.
Download latest ADMX
2. You can turn on "Delay downloading and installing updates for Office". This is basically N+Days from Patch Tuesday, for example 5. Roughly five days after build is released updates will be installed. Make the difference in days end up on a weekend.
3. You can turn on Update Deadline. Get buy in from customer on a maintenance window like weekend where installation will take place and users get series of notifications prior to change.
4. Integrate with SCCM with standard Software Update Workflow with restart notifications and so forth. Most customers I speak with include Windows and Office Updates in the same software deployment so there is a single reboot for maintenance window.
5. Make sure this is set or not present, can't be 1. This suppresses the bizbar notifying the user of pending change
HKLM\SOFTWARE\Policies\Microsoft\office\16.0\common\officeupdate
"hideupdatenotifications"=dword:00000000
Sep 18 2019 02:39 AM
@DaveGuenthner Thanks I shall work though those suggestions. Do you know if the scheduled task Office Automatic Updates 2.0, if I change that via GPP to not run at user logon but maybe after hours or shutdown that would stop the updates installing in 'business hours'?
Sep 18 2019 05:52 AM
@Rob Fuller Modification of the trigger of Office Automatic Updates is not supported, so I can't support that suggestion. For example, there is a feature to apply updates in CDN scenario which computer is detected to be IDLE which would no longer function.
My suggestion is setup a few test VMs and evaluate GPOs in thread mentioned earlier to get a sense of the normal notification workflow. Additionally, if it wasn't mentioned earlier.. if a new Office build is staged but cannot be installed because Office program is open, by default Office registers a service called "Microsoft Office Click-to-Run Service" that will apply the update on any computer startup. The idea is to apply the update prior to CTRL + ALT + DEL because we know the first thing user will do is launch Office once they reach desktop. You may be able to also resolve through combination of deadline + computer restart during agreed upon maintenance window. (This is what SCCM does in effect)
Sep 18 2019 07:05 AM - edited Sep 18 2019 07:37 AM
@DaveGuenthner @Christopher Hadwin You can recreate the configuration file to point to a specific update location. (AKA an Office folder that is manually updated by you / company) You can configure an XML file at https://config.office.com . I made an example for you to look at below. It is the text in Red.
<Configuration ID="9ec530f3-7a38-4a08-a125-fc673c704fba">
<Add OfficeClientEdition="64" Channel="Targeted" ForceUpgrade="TRUE">
<Product ID="O365ProPlusRetail">
<Language ID="MatchOS" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Publisher" />
</Product>
</Add>
<Property Name="SharedComputerLicensing" Value="0" />
<Property Name="PinIconsToTaskbar" Value="FALSE" />
<Property Name="SCLCacheOverride" Value="0" />
<Property Name="AUTOACTIVATE" Value="0" />
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
<Property Name="DeviceBasedLicensing" Value="0" />
<Updates Enabled="FALSE" UpdatePath="\\server\shared" />
<Display Level="Full" AcceptEULA="TRUE" />
<Logging Level="Off" />
</Configuration>
Sep 18 2019 07:16 AM
@DBarnhart out of interest if I installed the Office application with the following setting
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
does this only apply to the installation of Office or does this continue to updates as well?
I will test out some of the suggestions above and report back, thank you all.
Sep 18 2019 07:34 AM
@DBarnhart Thanks for the suggestion. My take is to never use a on-premises file share because it has so many pitfalls. (IT Pro has to download all content and mirror CDN and when you consider all the different channels and architecture combinations cost of ownership is too high in my opinion) Also, for customers who use SCCM, this breaks it due to UpdatePath having priority. When possible use CDN or SCCM only.
Sep 18 2019 07:36 AM
@Rob Fuller FORCEAPPSHUTDOWN is used only during install scenario to close legacy click-to-run applications. Remember, there was an older version of C2R based on Office 2013.. since deprecated and gone. This parameter is not relevant to Update scenario.
Sep 18 2019 07:39 AM
Sep 18 2019 07:45 AM