commit 138e946a5319adea87fdf2051124fa9f0b7699d7 Author: tmr <32825326+ttttmr@users.noreply.github.com> Date: Tue Nov 13 15:18:21 2018 +0800 first commit diff --git a/office-vol.xml b/office-vol.xml new file mode 100644 index 0000000..e0076a9 --- /dev/null +++ b/office-vol.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7d1ea65 --- /dev/null +++ b/readme.md @@ -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 \ No newline at end of file diff --git a/setup.exe b/setup.exe new file mode 100644 index 0000000..05e1f10 Binary files /dev/null and b/setup.exe differ