2019-06-11 16:16:25 +08:00
# Office 2019 VOL Install
## Config
Modify the office_vol.xml file according to your needs.
2019-07-15 16:24:02 +08:00
Support for installing Access, Excel, Groove, Lync, OneDrive, OneNote, Outlook, PowerPoint, Publisher, Teams, Word, Visio.
2019-07-12 23:22:08 +08:00
2019-07-15 16:24:02 +08:00
You can use [this ](https://config.office.com/deploymentsettings ) to generate a new configuration file, or manually modify the `office-vol.xml` file, the default installation word, excel and PowerPoint.
2019-06-11 16:16:25 +08:00
## Download & Install
```
2024-02-28 13:57:56 +08:00
./setup.exe /download ./office-vol.xml
./setup.exe /configure ./office-vol.xml
2019-06-11 16:16:25 +08:00
```
## KMS Activtion
**open cmd as admin**
```
cd /d "%ProgramFiles%\Microsoft Office\Office16"
cscript ospp.vbs /sethst:KMS_SERVER
cscript ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
cscript ospp.vbs /act
```
## More
Source of `setup.exe` : https://www.microsoft.com/en-us/download/details.aspx?id=49117
Deploy docs : https://docs.microsoft.com/en-us/deployoffice/office2019/deploy