first commit

This commit is contained in:
tmr 2018-11-13 15:18:21 +08:00
commit 138e946a53
3 changed files with 73 additions and 0 deletions

44
office-vol.xml Normal file
View file

@ -0,0 +1,44 @@
<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus apps,
Office 365 Business apps, Project Pro for Office 365 and Visio Pro for Office 365.
For detailed information regarding configuration options visit: http://aka.ms/ODT.
To use the configuration file be sure to remove the comments
The following sample allows you to download and install the 64 bit version of the Office 365 ProPlus apps
and Visio Pro for Office 365 directly from the Office CDN using the Monthly Channel
settings -->
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="ProPlus2019Volume">
<Language ID="zh-cn" />
<!-- OneDrive for Business is Groove, Skype for Business is Lync -->
<!-- If you need , comment it. -->
<!-- <ExcludeApp ID="Word" />> -->
<!-- <ExcludeApp ID="Excel" /> -->
<!-- <ExcludeApp ID="PowerPoint" /> -->
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
</Product>
<!-- If you need Visio , uncomment it -->
<!-- <Product ID="VisioPro2019Volume"> -->
<!-- <Language ID="zh-cn" /> -->
<!-- </Product> -->
</Add>
<!-- <Updates Enabled="TRUE" Channel="Monthly" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>

29
readme.md Normal file
View file

@ -0,0 +1,29 @@
# Office 2019 VOL Install
## Config
Modify the office_vol.xml file according to your needs.
By default, only Word, Excel and PowerPoint are installed.
## Download & Install
```
setup.exe /download office-vol.xml
setup.exe /configure office-vol.xml
```
## 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
https://docs.microsoft.com/en-us/deployoffice/office2019/deploy

BIN
setup.exe Normal file

Binary file not shown.