- Download the Office Deployment Tool and run the installer
- Open a terminal as Administrator
- Run
setup.exe /configure microsoft-office-config.xml
Configuration files can also be created with the Office Customization Tool.
<Configuration ID="b5f0dff9-0770-4567-aad3-453b0708cda7"> | |
<Add OfficeClientEdition="64" Channel="Current"> | |
<Product ID="O365ProPlusRetail"> | |
<Language ID="MatchOS" /> | |
<ExcludeApp ID="Access" /> | |
<ExcludeApp ID="Groove" /> | |
<ExcludeApp ID="Lync" /> | |
<ExcludeApp ID="OneDrive" /> | |
<ExcludeApp ID="OneNote" /> | |
<ExcludeApp ID="Outlook" /> | |
<ExcludeApp ID="PowerPoint" /> | |
<ExcludeApp ID="Publisher" /> | |
<ExcludeApp ID="Teams" /> | |
<ExcludeApp ID="Bing" /> | |
</Product> | |
</Add> | |
<Updates Enabled="TRUE" /> | |
<RemoveMSI /> | |
<Display Level="Full" AcceptEULA="TRUE" /> | |
</Configuration> |
setup.exe /configure microsoft-office-config.xml
Configuration files can also be created with the Office Customization Tool.