Forum Discussion
Christopher Hadwin
Jan 12, 2018Copper Contributor
Office 365 Pro Plus - Closes All Office apps when updates are deployed
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" ...
Andrew Price
Jan 29, 2018Brass Contributor
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" />
- Christopher HadwinJan 29, 2018Copper Contributor
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.