This repository contains professional deployment scripts, configuration manifests, and automation tools designed to streamline the download, installation, and setup of the Office 2021 Professional Plus environment.
Using the official Microsoft Office Deployment Tool (ODT) framework, these utilities automate routine configuration tasks, optimize system workflow, and ensure a seamless post-installation setup for productivity environments.
- Automated Office 2021 Setup: Fast deployment using pre-configured batch scripts.
- Custom Configuration: Fully editable
config.xmlto select specific language packs and component suites. - Post-Installation Optimization: PowerShell automation for environment variables and system integration.
- Free Productivity Workflow: Designed for students and professionals to deploy office suites efficiently.
| Component | File Name | Description | Key Function |
|---|---|---|---|
| Deployment Configuration | config.xml |
Office Deployment Tool XML manifest | Automates components selection |
| Automated Installer | setup.cmd |
Command-line execution batch script | Triggers full version setup wizard |
| Workflow Optimizer | post_install.ps1 |
PowerShell post-installation script | Optimizes system paths & environment |
- Prerequisites: Ensure you have administrative privileges on the target Windows system.
- Configuration: Review and update paths inside the
config.xmlmanifest if custom directories are required. - Execution: Run
setup.cmdvia Command Prompt (Admin) to initiate the automated silent installation process. - Optimization: Execute
post_install.ps1in PowerShell to complete the workflow environment integration.
Detailed step-by-step instructions and technical parameters are embedded as comments within each respective script file.
This automation workflow was originally developed to assist university students and remote professionals with quick environment setups. You can read the original community discussion, ask questions, and share your feedback in this Reddit Thread Reference.