Download and install the Office 365 Pro Plus
TO DOWNLOAD OFFICE 365 PROPLUS
- Create a folder on your hard drive and name it ODT. For this example, we'll create it on the c:\ drive, like so: c:\ODT.
- Download the Office 2016 Deployment Tool from the Microsoft Download Center.
- In your downloads folder, double-click the Office 2016 Deployment Tool exe file to install it.
- If you see the User Account Control prompt that says, Do you want to allow this app to make changes to your device?, click Yes.
- Accept the Microsoft Software License Terms, and then click Continue.
- In the Browse for Folder dialog, select the ODT folder, and then click OK.
For 64 Bit version
- Open Notepad on your computer.
- Copy and paste the following into a blank text file in Notepad:
<Configuration>
<Add OfficeClientEdition="64" Channel="Monthly">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
<Updates Channel="Monthly" Enabled="TRUE" />
</Configuration>
<Add OfficeClientEdition="64" Channel="Monthly">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
<Updates Channel="Monthly" Enabled="TRUE" />
</Configuration>
- Save the file as installOfficeProPlus64.xml in the ODT folder.
- Open Notepad on your computer.
- Copy and paste the following into a blank text file in Notepad:
@echo off
title Downloading Office365 ProPlus Latest Version &cls&echo ===============================================================================&echo #Important: This Windows will close automatically Once the download is Complete&echo ===============================================================================
cd %~dp0
setup.exe /download installOfficeProPlus64.xml
pause
title Downloading Office365 ProPlus Latest Version &cls&echo ===============================================================================&echo #Important: This Windows will close automatically Once the download is Complete&echo ===============================================================================
cd %~dp0
setup.exe /download installOfficeProPlus64.xml
pause
- Save the file as Download_Office365.cmd in the ODT folder.
- The Office installation files should start downloading to the ODT folder on your computer. You should see a blank dialog box appear with "Downloading Office365 ProPlus Latest Version" in the title bar.
- The dialog box will go away on its own after the download is complete.
- After the files have finished downloading .
TO INSTALL OFFICE 365 PROPLUS:
- Open Notepad on your computer.
- Copy and paste the following into a blank text file in Notepad:
@echo off
cd %~dp0
setup.exe /configure installOfficeProPlus64.xml
pause
cd %~dp0
setup.exe /configure installOfficeProPlus64.xml
pause
- Save the file as Install_Office365.cmd in the ODT folder.
- Right Click on the file and Run as Administrator
- The installation will begin.
For 32 Bit version
- Replace 64 with 32 in configuration file and Repeat the process commands
For Activation of Office 365 pro plus for free click here