Uninstall individual Office 2016 programs
Uninstall individual Office 2016 programs
Uninstall individual Office 2016 programs
Re: Uninstall individual Office 2016 programs
Seems you installed Office in Click-to-Run way, unfortunately it's not possible to select what you want to install by default
But you can try changing installation config to achieve this
As the answer in [this post](https://social.technet.microsoft.com/Forums/office/en-US/8b76d812-d631-45b6-b60c-fb4a933d1f91/how-to-uninstall-access-2016-and-onedrive-for-business-in-office-2016-suite?forum=Office2016setupdeploy&prof=required) in Office Tech, you can add something like below in xml config to skip applications you don't want
`
```
If you want only Word, then exclude all but Word in config like
`
```
After editing, save and run installer
Full Office product list from [Microsoft TechNet](https://technet.microsoft.com/en-us/library/jj219426.aspx#Anchor_1)
```
ID="Access"
ID="Excel"
ID="Groove"
ID="InfoPath"
ID="Lync"
ID="OneDrive"
ID="OneNote"
ID="Outlook"
ID="PowerPoint"
ID="Publisher"
ID="SharePointDesigner"
ID="Visio"
ID="Word"
```
But you can try changing installation config to achieve this
As the answer in [this post](https://social.technet.microsoft.com/Forums/office/en-US/8b76d812-d631-45b6-b60c-fb4a933d1f91/how-to-uninstall-access-2016-and-onedrive-for-business-in-office-2016-suite?forum=Office2016setupdeploy&prof=required) in Office Tech, you can add something like below in xml config to skip applications you don't want
`
```
If you want only Word, then exclude all but Word in config like
`
```
After editing, save and run installer
Full Office product list from [Microsoft TechNet](https://technet.microsoft.com/en-us/library/jj219426.aspx#Anchor_1)
```
ID="Access"
ID="Excel"
ID="Groove"
ID="InfoPath"
ID="Lync"
ID="OneDrive"
ID="OneNote"
ID="Outlook"
ID="PowerPoint"
ID="Publisher"
ID="SharePointDesigner"
ID="Visio"
ID="Word"
```