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?