Step 1: Navigate Configure Deployment Settings Using the Office Customization Tool
office Customization Tool allows you to create a configuration file (configuration.xml
) that defines how Office will be installed.
Key Configuration Sections:
Products and Releases
- Select the Office suite (e.g., Microsoft 365 Apps, Office 2021, etc.).
- Choose the architecture (32-bit or 64-bit).
- Language
- Select the primary installation language and additional language packs if needed.
- Installation
- Define the installation source (from the cloud or a local network).
- Choose whether to remove previous MSI versions of Office.
- Update and Upgrade
- Set update preferences (e.g., automatic updates from Microsoft CDN or a local server).
- Licensing and Activation
- Choose between User-Based Activation (sign-in with Microsoft account) or Shared Computer Activation (for remote desktop environments).
- General
- Configure display settings, such as suppressing setup UI.
- Application Preferences
- Enable or disable specific apps (e.g., Word, Excel, Outlook).
Once configured, click Export to download the configuration.xml
file.
Step 2: Download the Office Deployment Tool (ODT)
The ODT is a command-line tool that helps deploy Office based on your configuration.
- Download the Office Deployment Tool from:
🔗 https://www.microsoft.com/en-us/download/details.aspx?id=49117 - Run the downloaded executable (
setup.exe
) to extract the files.
Step 3: Prepare the Deployment Folder
- Create a dedicated folder (e.g.,
D:\Office24
). - Place the following files inside:
setup.exe
(from ODT)configuration.xml
(exported from OCT)
Step 4: Run the Deployment Command
- Open Command Prompt as Administrator.
Navigate to your deployment folder:
cmdcd D:\Office24
Run the deployment command:
cmdsetup /configure configuration.xml
- Wait for the installation to complete.
Conclusion
By following these steps, you can customize and deploy Microsoft Office efficiently using the Office Customization Tool and Office Deployment Tool. This method ensures a smooth installation with your preferred settings, whether for individual workstations or enterprise-wide deployment.
For more details, refer to:
🔗 Microsoft’s Official Documentation
Happy deploying!