- Download the Media Creation Tool
- Create your installation media
- Generate your XML config file with the Office Customization Tool
- Save it (e.g. as
$HOME/Downloads/office.xml
)
Alternatively download one of the preconfigured config files from this repository
- Depending on your preferred activation method, you'll need to choose a corresponding configuration
- Activate with Microsoft 365 account:
office-microsoft-365.xml
- Activate with Volume License (VL):
office-volume-license.xml
- Activate with Microsoft 365 account:
# Microsoft 365
irm -OutFile "$HOME/Downloads/office.xml" https://github.com/masterflitzer/ms-activation/raw/main/office-microsoft-365.xml
# Volume License (VL)
irm -OutFile "$HOME/Downloads/office.xml" https://github.com/masterflitzer/ms-activation/raw/main/office-volume-license.xml
- Open PowerShell, execute this one liner and follow the instructions
irm https://github.com/masterflitzer/ms-activation/raw/main/office.ps1 | iex
- Download the Office Deployment Tool
- Save it (e.g. as
$HOME/Downloads/odt.exe
) - Run it and extract in a directory of your choice (e.g.
$HOME/Downloads/office-deployment-tool
) - Open PowerShell and run these commands successively:
cd "$HOME/Downloads/office-deployment-tool"
./setup.exe /download "$HOME/Downloads/office.xml"
./setup.exe /configure "$HOME/Downloads/office.xml"
Here you can read more about the Office Customization Tool or the Office Deployment Tool