Uninstall Microsoft Office 2019

This document provides you the steps to uninstall Microsoft Office 2019 using Endpoint Central.

Download the Package

Download Microsoft office 2019 tool from the Microsoft website and store in the network share.

Customize the XML

  1. To extract the downloaded package, navigate to the command prompt and run this command -

    <filepath>\officedeploymenttool_6612-6352.exe /extract:"<filepath>\Destination Folder" /quiet

  2. uninstallms2019
  3. After extracting the package, you will see a "setup.exe" file along with .xml files. Remove those .xml files and create a new one named Uninstall.xml using the content provided below, then save it in the same directory.
        <Display Level="None" AcceptEULA="True" />
    <Property Name="FORCEAPPSHUTDOWN" Value="True" />
    <Remove>
    <Product ID="ProPlus2019Volume">
    </Product>
    </Remove>
    </Configuration>
    • To remove any other Products, that are supported by the Office Deployment Tool, refer to the article here and modify the ProductID as required to remove the particular application.
    • Setting FORCEAPPSHUTDOWN value as "True" will close all the microsoft office applications forcibly, before removing the application. This may cause any data loss if Microsoft Office applications were running in the background. If this feature is not required, set FORCEAPPSHUTDOWN value to be FALSE. This will not remove the application, if any of the applications are running in the machine.
    uninstallms2019
  4. Place the complete folder in the Network share.

Adding the software package in Endpoint Central

  1. Click the Software Deployment tab
  2. Click Add Package
  3. Select the MSIEXEC/EXE/ISS/Command package type
  4. Specify a name for the application
  5. Choose Shared Folder 
  6. Specify the UnInstallation Command with Switches/Arguments as:

    "<sharepath>setup.exe" /uninstall ProPlus /config "<sharepath>\uninstall.xml


    For example,"\\dc-machine1\SoftwareRepository\office\setup.exe" /uninstall ProPlus /config "\\dc-machine1\SoftwareRepository\office\uninstall.xml"
  7. Click Add Package

uninstallms2019

Deploy to target computers

  1. Select the package that you added
  2. Click Uninstall Software
  3. Enter a name and description for the configuration
  4. Define the package settings
  5. Choose the operation type as Install
  6. Choose the package name from drop down
  7. Configure Install/uninstall options.
  8. Configure the deployment settings
  9. Choose the target computers
  10. Specify the schedule options, if required
  11. Click Deploy
You have uninstalled Microsoft Office 2019 successfully.
$('a').click(function(){ $('html, body').animate({ scrollTop: $( $.attr(this, 'href') ).offset().top - 100 }, 500); return false; });