Silent software installation: Microsoft 365 Office with ODT
Downloads
Documentation:
- Overview of the Office Deployment Tool
- Configuration options for the Office Deployment Tool
- List of Product IDs that are supported by the Office Deployment Tool for Click-to-Run
Tools:
Objectives:
- Perform online ms365 installation
- Perform offline ms365 installation
Online installation
Perform online installation:
setup.exe /configure configuration-online.xml
Offline installation
Download installation files:
setup.exe /download configuration-offline.xml
Perform offline installation:
setup.exe /configure configuration-offline.xml
Sample Script:
echo off
pushd \\server\365\
setup.exe /configure offline-Configuration.xml
popd