Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p1n2o/office-deployment-tool
The Office Deployment Tool (ODT) is a command-line tool that you can use to download and deploy Click-to-Run versions of Office, such as Microsoft 365 Apps for enterprise, to your client computers.
https://github.com/p1n2o/office-deployment-tool
Last synced: 21 days ago
JSON representation
The Office Deployment Tool (ODT) is a command-line tool that you can use to download and deploy Click-to-Run versions of Office, such as Microsoft 365 Apps for enterprise, to your client computers.
- Host: GitHub
- URL: https://github.com/p1n2o/office-deployment-tool
- Owner: P1N2O
- Created: 2021-05-15T05:01:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T14:14:42.000Z (7 months ago)
- Last Synced: 2024-05-30T17:13:18.325Z (7 months ago)
- Size: 6.16 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Office Deployment Tool v16.0.17531.20046
The Office Deployment Tool (ODT) is a command-line tool that you can use to download and deploy Click-to-Run versions of Office, such as Microsoft 365 Apps for enterprise, to your client computers.
## Download
```cmd
setup.exe /download ProPlus2021Volume.xml
```## Installation
```cmd
setup.exe /configure ProPlus2021Volume.xml
```## Pack (App-V Package)
```cmd
setup.exe /packager ProPlus2021Volume.xml
```## Customize
```cmd
setup.exe /customize ProPlus2021Volume.xml
```## Convert (Retail to Volume)
```cmd
cd /d %ProgramFiles%\Microsoft Office\Office16
``````cmd
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
```## Activate
```cmd
cd /d %ProgramFiles%\Microsoft Office\Office16
``````cmd
cscript ospp.vbs /sethst:
``````cmd
cscript ospp.vbs /act
```Official Links: [Microsoft Download Center - ODT](https://www.microsoft.com/en-us/download/details.aspx?id=49117) | [Microsoft Docs - ODT Overview](https://docs.microsoft.com/en-us/deployoffice/overview-office-deployment-tool)