Installing Microsoft Office 365 Click-To-Run Using The ...
Office deployment tool
Office Deployment Tool Offline Guide - Software & Applications - Spiceworks Community
Microsoft Office Deployment Tool - Issues deploying
Is the Microsoft Office Deployment Tool free?
Is the Office Deployment Tool legal?
How do I configure XML files for the Office Deployment Tool?
Videos
Is anyone actually able to download the latest office deployment tool? I keep getting 404'd
There is no such configuration options for ODT to set to download update files only.
I do not think running ODT with configuration file could just download the update files for other versions, it would download whole installation content.
The ODT would download only the missing files instead of whole installation content when you download Office to a source path, the folder that already contains one specificed version. More information, please refer to following screenshot from "SourcePath attribute (part of Add element)"
To achieve your needs of downloading update files only, it's recommended to use commands to invoke Office's own process (Such as OfficeC2RClient.exe or OfficeClickToRun.exe.) to check updates.
Here is the documentation about Office 2019 updates, "Update Office 2019 (for IT Pros)". It says, there is a scheduled task named “Office Automatic Updates 2.0 ”, and it would start a program "OfficeC2RClient.exe" to updates, and Office would download what’s needed to update Office 2019 to the latest version.
Sometimes, we could enter "C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update user updatetoversion=16.0.xxxxx.xxxxx in Run dialog to update Office.
"xxxxx.xxxxx" means the build number, for example, Version 2104 (Build 13929.20386), we could write "13929.20386".
The Microsoft article Overview of the Office Deployment Tool explains how to use the ODT to update an installation to a newer version from a folder.
This is covered in the section Update Microsoft 365 Apps:
Update Microsoft 365 Apps
You can use the Office Deployment Tool to make updates to your client computers after installing Microsoft 365 Apps. There are two ways to make the updates:
Use the ODT to install Microsoft 365 Apps again, which will update Office to the newest version. Only the files that have changed in the new version will be updated.
Use the ODT to download the Office installation files and then point your client computers to that location to receive their updates. (By default, clients are updated directly from the Office Content Delivery Network (CDN).)
To change where your client computers receive their updates, run the ODT in configure mode and specify an update path in the configuration file. For example, to have Microsoft 365 Apps get updates automatically from a network share called
\\server\updates, include the following line in your configuration.xml file:<Updates Enabled="TRUE" UpdatePath="\\server\updates" />
To use configure mode, use the command:
setup.exe /configure installconfig.xml