Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kntjspr authored Feb 3, 2022
1 parent 5db1df1 commit 98e054d
Show file tree
Hide file tree
Showing 10 changed files with 155 additions and 5 deletions.
Binary file modified EULA
Binary file not shown.
8 changes: 3 additions & 5 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<Configuration>
<Add OfficeClientEdition="64">
<!-- You can use either "64" for x64 and "32" for x86 versions of msoffice -->
<Product ID="O365ProPlusRetail">
<!-- You can use different product id if you want to use another msoffice versions using this link https://docs.microsoft.com/en-us/office365/troubleshoot/installation/product-ids-supported-office-deployment-click-to-run?redirectSourcePath=%252fen-US%252farticle%252f77654e77-aaeb-4ed6-84eb-1d8b0e086590 --->
<Language ID="en-us" />
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
Expand All @@ -20,5 +19,4 @@
</Product>
</Add>
<Display Level="Full" AcceptEULA="TRUE" />
</Configuration>

</Configuration>
37 changes: 37 additions & 0 deletions configuration-Office2019Enterprise.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!-- Office 2019 enterprise client configuration file sample. To be used for Office 2019
enterprise volume licensed products only, including Office 2019 Professional Plus,
Visio 2019, and Project 2019.
Do not use this sample to install Office 365 products.
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 Office 2019 Professional Plus,
Visio 2019 Professional, and Project 2019 Professional directly from the Office CDN.
-->



<Configuration>

<Add OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="ProPlus2019Volume">
<Language ID="en-us" />
</Product>
<Product ID="VisioPro2019Volume">
<Language ID="en-us" />
</Product>
<Product ID="ProjectPro2019Volume">
<Language ID="en-us" />
</Product>
</Add>

<!-- <RemoveMSI All="True" /> -->

<!-- <Display Level="None" AcceptEULA="TRUE" /> -->

<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->

</Configuration>
42 changes: 42 additions & 0 deletions configuration-Office2021Enterprise.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!-- Office 2021 enterprise client configuration file sample. To be used for Office 2021
enterprise volume licensed products only, including Office 2021 Professional Plus,
Visio 2021, and Project 2021.
Do not use this sample to install Office 365 products.
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 Office 2021 Professional Plus,
Visio 2021 Professional, and Project 2021 Professional directly from the Office CDN.
This configuration file will remove all other Click-to-Run products in order to avoid
product conflicts and ensure successful setup.
-->



<Configuration>

<Add OfficeClientEdition="64" Channel="PerpetualVL2021">
<Product ID="ProPlus2021Volume">
<Language ID="en-us" />
<ExcludeApp ID="Lync" />
</Product>
<Product ID="VisioPro2021Volume">
<Language ID="en-us" />
</Product>
<Product ID="ProjectPro2021Volume">
<Language ID="en-us" />
</Product>
</Add>

<Remove All="True" />

<!-- <RemoveMSI All="True" /> -->

<!-- <Display Level="None" AcceptEULA="TRUE" /> -->

<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->

</Configuration>
28 changes: 28 additions & 0 deletions configuration-Office365-x64.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- 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 Current Channel
settings -->

<Configuration>

<Add OfficeClientEdition="64" Channel="Current">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
</Add>

<!-- <Updates Enabled="TRUE" Channel="Current" /> -->

<!-- <Display Level="None" AcceptEULA="TRUE" /> -->

<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->

</Configuration>
28 changes: 28 additions & 0 deletions configuration-Office365-x86.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- 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 32 bit version of the Office 365 ProPlus apps
and Visio Pro for Office 365 directly from the Office CDN using the Current Channel
settings -->

<Configuration>

<Add OfficeClientEdition="32" Channel="Current">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
</Product>
</Add>

<!-- <Updates Enabled="TRUE" Channel="Current" /> -->

<!-- <Display Level="None" AcceptEULA="TRUE" /> -->

<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->

</Configuration>
4 changes: 4 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
cd /d %~dp0
setup.exe /configure config.xml
pause
Binary file added officedeploymenttool_14729-20228.exe
Binary file not shown.
13 changes: 13 additions & 0 deletions paste each line.txt
Original file line number Diff line number Diff line change
@@ -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
Binary file modified setup.exe
Binary file not shown.

0 comments on commit 98e054d

Please sign in to comment.