Install selected Office 365 components

You cannot change which items will be installed along with Office 365 when you are running a regular installation file. But you can use Office Deployment Tool along with customized configuration file to install only these components that you really need.

This article is a copy of this guide updated for Office 356 Home Premium.

Uninstall Office

Here are the steps to be undertaken:

  1. Open Uninstall Office from a PC webpage
  2. Make sure that you pick Option 2 – Completely uninstall Office with the uninstall support tool
  3. Download and run program that is available there
  4. Go step-by-step through its pages

Make sure that you do reboot your computer after that to remove remaining Office “mess”.

Create configuration file

Open any text editor and create configuration.xml file with following content:

<Configuration>
  <Add OfficeClientEdition="64" Channel="Current">
    <Product ID="O365HomePremRetail">
      <Language ID="en-us" />
       <ExcludeApp ID="Access" />
       <ExcludeApp ID="Groove" />
       <ExcludeApp ID="Lync" />
       <ExcludeApp ID="OneNote" />
       <ExcludeApp ID="Outlook" />
       <ExcludeApp ID="Publisher" />
    </Product>
  </Add>
</Configuration>

The above configuration will install:

  • English language
  • 64-bit version of Office
  • Office 365 Home Premium EN
  • With Word, Excel, PowerPoint, OneDrive and Teams

If you wish to change it then:

Install Office Deployment Tool

  1. Download and install Office Deployment Tool
  2. You can install it to any folder even temporary one
  3. You can delete example configuration files (.xml); only setup.exe matters

Download and install Office

  1. Hit Ctrl + R, type cmd and hit Enter to run command-line
  2. Navigate (cd) to folder where you have saved configuration.xml file
  3. Execute these two commands below
setup.exe /download configuration.xml
setup.exe /configure configuration.xml

Hold your horses as this should be enough.

Sources and more information

  1. Configuration options for the Office Deployment Tool: ExcludeApp element
  2. Is it possible to only install Word or Excel instead of the entire 365 suite?
  3. Installing Only Particular Office 365 programs?

Leave a Reply