Need help identifying product ID to uninstall click to run

Mike Dafforn 1 Reputation point
2021-04-16T01:58:44.507+00:00

I know I need to make an XML file to run the uninstall line with, but I cannot figure out that the correct ProductID is for something that is called "Microsoft 365 - en-us" 16.0.13901.20336

I've tried a few ProdutIDs, but they haven't worked.

What is the correct one?

![88441-image.png]1

Configuration>
<Display Level="None" AcceptEULA="True" />
<Property Name="FORCEAPPSHUTDOWN" Value="True" />
<Remove>
<Product ID="ProfessionalRetail">
</Product>
<Remove All="TRUE" />
</Configuration>

Thanks!

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,011 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Hua-MSFT 27,531 Reputation points
    2021-04-16T09:08:16.027+00:00

    @Mike Dafforn
    Do you want to uninstall Microsoft 365?
    You may try to click the "Uninstall" botton to have a check.

    If you want to do it via runing ODT with configuration file, we need to check the detailed product name of Microsoft 365.

    • Please go to Control Panel > Uninstall a program, take a screenshot of all Microsoft Office products.
    • Is there any other version of Office installed on this computer?
      If not, please open one Office app, such as Word, then go to File > Account > Product Information, check the detailed product name, such as Micorosft 365 apps for enterprise.

    The Product ID for different C2R versions of Office, you may refer to “List of Product IDs which are supported by the Office Deployment Tool for Click-to-Run”.

    Such as for Microsoft 365 apps for Enterprise, you may try the following xml file.
    <Configuration>
    <Remove>
    <Product ID="O365ProPlusRetail" >
    <Language ID="en-us" />
    </Product>
    </Remove>
    </Configuration>


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.