Forum Discussion
Frustrated Over Forced Teams Installation
- ChrisBan35Jul 29, 2019Copper Contributor
Thank you for the information. I'll have to wait until I have the time to sit down and actually do this. I was hoping Microsoft would be friendly and actually allow us to uninstall features we don't want. I didn't realize I would have to code my own install script. There was a time when a good old fashioned request to uninstall worked. And the only thing that didn't live up to that standard of professional character, we called a virus...
- Jul 29, 2019Those days are gone! But its rather easy and no coding skills are required 🙂
- ChrisBan35Jul 29, 2019Copper Contributor
Here's what I found. If I wanted to exclude, I would need to use Deployment tool and add this .xml file info to configuration.xml file....
"<Configuration>
<Add OfficeClientEdition="64" Channel="Monthly">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Teams" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
<Product ID="ProjectProRetail">
<Language ID="en-us" />
</Product>
<Product ID="LanguagePack">
<Language ID="de-de" />
</Product>
</Add>
</Configuration>
"