diff --git a/EULA b/EULA index 74b0d48..4512bf3 100644 Binary files a/EULA and b/EULA differ diff --git a/config.xml b/config.xml index 8ea644b..16ba696 100644 --- a/config.xml +++ b/config.xml @@ -1,9 +1,8 @@ - - - + + @@ -20,5 +19,4 @@ - - + \ No newline at end of file diff --git a/configuration-Office2019Enterprise.xml b/configuration-Office2019Enterprise.xml new file mode 100644 index 0000000..1c1a4ad --- /dev/null +++ b/configuration-Office2019Enterprise.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/configuration-Office2021Enterprise.xml b/configuration-Office2021Enterprise.xml new file mode 100644 index 0000000..fd174d7 --- /dev/null +++ b/configuration-Office2021Enterprise.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/configuration-Office365-x64.xml b/configuration-Office365-x64.xml new file mode 100644 index 0000000..e74270e --- /dev/null +++ b/configuration-Office365-x64.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/configuration-Office365-x86.xml b/configuration-Office365-x86.xml new file mode 100644 index 0000000..87884a2 --- /dev/null +++ b/configuration-Office365-x86.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..7e7cefc --- /dev/null +++ b/install.bat @@ -0,0 +1,4 @@ +@echo off +cd /d %~dp0 +setup.exe /configure config.xml +pause \ No newline at end of file diff --git a/officedeploymenttool_14729-20228.exe b/officedeploymenttool_14729-20228.exe new file mode 100644 index 0000000..672b8ee Binary files /dev/null and b/officedeploymenttool_14729-20228.exe differ diff --git a/paste each line.txt b/paste each line.txt new file mode 100644 index 0000000..b96b9b2 --- /dev/null +++ b/paste each line.txt @@ -0,0 +1,13 @@ +Paste EACH line manually on command prompt. Make sure to run it as administrator! +Make sure that MSOffice 365 is already installed on your machine, If you still didn't do so open the cmd file. +Change it into "cd /d %ProgramFiles%\%programfiles(x86)%\Microsoft Office\Office16" if your msoffice was installed in x86 or 32bits! +====================================START HERE================================ +cd /d %ProgramFiles%\Microsoft Office\Office16 +for /f %x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" +cscript ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 +cscript ospp.vbs /unpkey:BTDRB >nul +cscript ospp.vbs /unpkey:KHGM9 >nul +cscript ospp.vbs /unpkey:CPQVG >nul +cscript ospp.vbs /sethst:s8.uk.to +cscript ospp.vbs /setprt:1688 +cscript ospp.vbs /act diff --git a/setup.exe b/setup.exe index 26b592b..fdb53ae 100644 Binary files a/setup.exe and b/setup.exe differ