update readme

This commit is contained in:
tmr 2019-06-11 16:16:25 +08:00
parent 8f2a9a0823
commit 80cff57ed2
2 changed files with 75 additions and 73 deletions

View file

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

View file

@ -1,29 +1,31 @@
# Office 2019 VOL Install # Office 2019 VOL Install
## Config ## Config
Modify the office_vol.xml file according to your needs. Modify the office_vol.xml file according to your needs.
By default, only Word, Excel and PowerPoint are installed. By default, only Word, Excel and PowerPoint are installed.
## Download & Install ## Download & Install
``` ```
setup.exe /download office-vol.xml setup.exe /download office-vol.xml
setup.exe /configure office-vol.xml setup.exe /configure office-vol.xml
``` ```
## KMS Activtion ## KMS Activtion
**open cmd as admin** **open cmd as admin**
``` ```
cd /d "%ProgramFiles%\Microsoft Office\Office16" cd /d "%ProgramFiles%\Microsoft Office\Office16"
cscript ospp.vbs /sethst:KMS_SERVER cscript ospp.vbs /sethst:KMS_SERVER
cscript ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP cscript ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP
cscript ospp.vbs /act cscript ospp.vbs /act
``` ```
## More ## More
https://docs.microsoft.com/en-us/deployoffice/office2019/deploy 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