View Single Post
 
Old 05-28-2024, 05:56 AM
archz2 archz2 is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Dec 2014
Location: planet earth
Posts: 4
archz2 is on a distinguished road
Default How to uninstall individual apps from an existing installation of Office 365?

I want to remove individual apps from existing Ms office 365 installation on my laptop running Windows 11. I tried to do this with a configuration file containing the following code.

Code:
<Add OfficeClientEdition="64" Channel="Current">

    <Product ID="O365BusinessRetail">

      <Language ID="MatchOS" />

      <Language ID="hi-in" />

      <ExcludeApp ID="Access" />

      <ExcludeApp ID="Groove" />

      <ExcludeApp ID="Lync" />

      <ExcludeApp ID="OneDrive" />

      <ExcludeApp ID="OneNote" />

      <ExcludeApp ID="Publisher" />

      <ExcludeApp ID="Teams" />

    </Product>

    <Product ID="ProofingTools">

      <Language ID="en-us" />

    </Product>

  </Add>
In a new folder folder called 'foroffice' where I saved extracted files from office deployment tool, I went to command prompt and typed the following command.


Code:
D:\foroffice>setup.exe /configure preferencesconfig.xml
But then nothing happened. Am I supposed to do the installation again or is there a way to remove apps from my existing Office 365 installation?
Reply With Quote