Share via

Uninstall/Remove.xml (force close apps)

Anonymous
2016-02-10T05:06:58+00:00

hello, as suggested by several guides.

Regarding click to run deployment of Office365, I have created 3 XML files.

download,xml. configuration.xml and uninstall.xml.

In order to deploy my Office 365 to my users (I use SCCM to deploy it)

these all Work, I only have one problem. I cannot uninstall Office 365

as long as an office app is running on the computer, then it simple hangs

(I've tested with Skype for business)

So read about forceappshutdown on TechNet and tried to apply it, but it still isn't Work.

Here is my uninstall.xml

<Configuration>

 <Remove>

 <Product ID="O365ProPlusRetail" >

 <Language ID="da-dk" />

 <Property Name="FORCEAPPSHUTDOWN" Value="True" />

 </Product>

 </Remove>

</Configuration>

This XML Works as long as Word/Excel or any office application isn't running.

But I want the xml to close Down any running apps.

Microsoft 365 and Office | Subscription, account, billing | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2016-02-11T10:22:40+00:00

    Hi Allando,

    Have you checked the above? Let me know if you need further assistance.

    Regards,

    James

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2016-02-10T08:20:02+00:00

    Hi Allando,

    We should put <Property Name="FORCEAPPSHUTDOWN" Value="True" /> part after  <Remove>... </Remove>, please use the .xml below and check it again.

    <Configuration>

     <Remove>

     <Product ID="O365ProPlusRetail" >

     <Language ID="da-dk" />

      </Product>

     </Remove>

    <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />

    </Configuration>

    Regards,

    James

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments