Office Deployment Tool: How to Use It to Install Office 365

Ariel Mu
5 min readMay 16, 2022

What Is Office Deployment Tool

What is Office Deployment Tool? Office Deployment Tool is short for Office ODT which is a command-line tool used to download and deploy Microsoft 365 apps on Windows PCs. That is to say, you can download and configure Click-to-Run versions of Office utilities like Microsoft 365 apps for enterprise.

To be specific, the ODT tool gives you more control over an Office configuration file. You can configure which product, language, display, and property elements are installed, how to update them, whether or not to display the install experience to your users, etc. To know more details about configuration options for Office Deployment Tool, you can read this post.

Microsoft Office Deployment Tool package comes with 2 files: setup.exe and configuration.xml. The former is mainly used to install Office ODT. The latter can be used for the configuration file to define which options you want and run the setup.exe file from the command line.

How to Download Office Deployment Tool

How to download Office Deployment Tool and install it on Windows 10? If you are still confused about that, follow the step-by-step guide below:

Step 1. Click here to open the Microsoft Download Center.

Step 2. Go to the Office Deployment Tool section and click on Download. Then select a location to save the download package.

Step 3. Locate the executable file you just placed, double click it and click on Yes to run the file.

Step 4. In the Microsoft Office Click-to-Run Administrator window, tick the checkbox for the Microsoft License Terms and click on Continue.

Step 5. In the pop-up window, select a location to save the extracted Microsoft Office 365 Deployment Tool package and click on OK.

After that, you can install Office 365 app with the Office Deployment Tool. If you don’t know how to do that, keep reading the following part.

How to Install Office 365 with Office Deployment Tool

Microsoft Office Deployment Tool is commonly used to install and configure the Office 365 Apps on Windows PC. How to install Office 365 with Office Deployment Tool? After you download Microsoft 365 Apps installation files, follow the full guide below:

Step 1. Create and save the configuration file.

1. Click here to open the Office Configuration Tool page.

2. Input all required information like Architecture ( 32-bit or 64-bit), Office Suites, Language, and so on. For example, if you need an Office 365 plan that contains Office 365 ProPlus, select Office 365 ProPlus from the Office Suites.

3. Once you complete all required inputs, click on Export.

4. Select the Default File Format and click on OK. Here we take the Office Open XML formats for example. Of course, you can select the one according to your needs.

5. Click the checkbox for I accept the terms in the license agreement and input a name for the file, and click on Export. Then select a location to save the file.

Step 2. Run Microsoft Office Deployment Tool in Download Mode.

1. Type cmd in the Search box, and then right-click the Command Prompt app and select Run as administrator.

2. Change the directory of the Command Prompt to the ODT folder using the cd For example, the command in my case should be cd C:\Users\Administrator\Desktop\ODT. Here you need to replace the file path with your ODT folder.

3. Type the following command and hit Enter to run the ODT utility in Download mode.

setup.exe /download Configuration.xml

4. The process may take you a while to complete depending on your internet speed. Once done, you will see a folder named Office inside the ODT Here you can verify the download is finished by checking the size of the Office folder. If the size has not increased, the download process should be complete.

Step 3. Run Office Deployment Tool in configure mode.

  1. Open the elevated Command Prompt window again as we explain in Step 2.
  2. Type the following command and hit Enter. Make sure you replace configuration.xmlwith the name of your XML file.

setup.exe /configure configuration.xml

ABOUT THE AUTHOR

Position: Columnist

Ariel is an enthusiastic IT columnist focusing on partition management, data recovery, and Windows issues. She has helped users fix various problems like PS4 corrupted disk, unexpected store exception error, the green screen of death error, etc. If you are searching for methods to optimize your storage device and restore lost data from different storage devices, then Ariel can provide reliable solutions for these issues.

Originally published at https://www.partitionwizard.com on May 16, 2022.

--

--