Featured Post

How to create Bootable USB Using Ventoy

How to Download , Install And Active Office 2019 Pro Plus

 How to Download , Install And Active Office 2019 Pro Plus



Click Here

Download Detail File


MS Office 2019 Pro Plus Volume

Download,Install and Activate


First Download Office Deployment Tool(2019)

https://www.microsoft.com/en-us/download/details.aspx?id=49117

After Download Install it to Specific Folder.

Installation is Finished you have now These Files.

1.configuration-Office365-x86.xml

2.configuration-Office365-x64.xml

3.configuration-Office2019Enterprise.xml

4.setup.exe

Delete Number 3 (configuration-Office2019Enterprise.xml)

Don't run setup file

Now rename number 1 and 2 like this

1.configuration-x86.xml

2.configuration-x64.xml

Now open and edit number 1  this

<Configuration>
<Add OfficeClientEdition="32" Channel="Monthly">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
    </Product>
    <Product ID="VisioProRetail">
      <Language ID="en-us" />
    </Product>
  </Add>
  <!--  <Updates Enabled="TRUE" Channel="Monthly" /> -->
<!--  <Display Level="None" AcceptEULA="TRUE" />  -->
<!--  <Property Name="AUTOACTIVATE" Value="1" />  -->

</Configuration>


To like this

 <Add OfficeClientEdition="32">
    <Product ID="ProPlus2019Volume">
      <Language ID="en-us" />
    </Product>
  </Add>
<!--  <Updates Enabled="TRUE" Channel="Monthly" /> -->
  <!--  <Display Level="None" AcceptEULA="TRUE" />  -->
  <!--  <Property Name="AUTOACTIVATE" Value="1" />  -->
</Configuration>


Now save it.

Now open and edit number 2 this

<Configuration>
  <Add OfficeClientEdition="64" Channel="Monthly">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
    </Product>
    <Product ID="VisioProRetail">
      <Language ID="en-us" />
    </Product>
  </Add>
  <!--  <Updates Enabled="TRUE" Channel="Monthly" /> -->
  <!--  <Display Level="None" AcceptEULA="TRUE" />  -->
  <!--  <Property Name="AUTOACTIVATE" Value="1" />  -->
</Configuration>


To Like This


<Add OfficeClientEdition="64">
    <Product ID="ProPlus2019Volume">
      <Language ID="en-us" />
    </Product>
  </Add>
<!--  <Updates Enabled="TRUE" Channel="Monthly" /> -->
  <!--  <Display Level="None" AcceptEULA="TRUE" />  -->
  <!--  <Property Name="AUTOACTIVATE" Value="1" />  -->
</Configuration>

Now save it.

To Download Office

Press and Hold Shift key and Right Click on blank area on your Folder.

Now select OpenPower Shell window here

Then type this command to download x64 Office

.\setup.exe /download .\configuration-x64.xml  and hit Enter Button.

Then it will download in background x64 office.it take some time. Depends on your internet speed.

Then type this command to download x86 Office

.\setup.exe /download .\configuration-x86.xml  and hit Enter Button.

Then it will download in background x32 office.it take some time. Depends on your internet speed.

After All download finish. Open Note Pad

Type this command for install x64 

setup.exe /configure configuration-x64.xml

Save it as bat file.(file--->save as--->filename--"Install x64.bat",save as type-- select "All files")

Type this command for install x86 

setup.exe /configure configuration-x86.xml

Save it as bat file.(file--->save as--->filename--"Install x86.bat",save as type-- select "All files")

Now if you want to install x64 double click on Install x64.bat

if you want to install x86 double click on Install x86.bat

Now you want to active Office 2019 Pro Plus.

First open CMD as Administrator

Then Copy and Paste this Command and hit Enter

if exist "C:\Program Files\Microsoft Office\Office16\ospp.vbs" cd /d "C:\Program Files\Microsoft Office\Office16"

if exist "C:\Program Files (x86)\Microsoft Office\Office16\ospp.vbs" cd /d "C:\Program Files (x86)\Microsoft Office\Office16"

cscript ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP

cscript ospp.vbs /sethst:kms.teevee.asia

cscript ospp.vbs /act


Comments