Home  ›  Microsoft Office  ›  Microsoft Office 365  ›  Microsoft Office 365: 057 – Office 365 Pro Retail Edition – Download Offline Installer

Microsoft Office 365: 057 – Office 365 Pro Retail Edition – Download Offline Installer

Print Friendly, PDF & Email

Created – October 26, 2018 by Helio
Modified
PrerequisitesThis work needs to be done on the computer or server you are planning to store the installation files.

Create the folder C:\SysAdm\O365

Create the folder C:\SysAdm\O365\Installer

Steps:

  • Download the Office Deployment Tool, run the setup and install to C:\SysAdm\O365
    https://www.microsoft.com/en-us/download/details.aspx?id=49117
  • Use the notepad to create a file named Configuration.xml and save on C:\SysAdm\O365
  • Insert the following code on Configuration.xml and save it:

<Configuration>
<Add OfficeClientEdition=”32″ Channel=”Insiders” SourcePath=”C:\SysAdm\O365\Installer” AllowCdnFallback=”TRUE” ForceUpgrade=”TRUE”>
<Product ID=”O365BusinessRetail” PIDKEY=””>
<Language ID=”en-us” />
</Product>
</Add>
<Property Name=”SharedComputerLicensing” Value=”1″ />
<Property Name=”PinIconsToTaskbar” Value=”TRUE” />
<Property Name=”SCLCacheOverride” Value=”0″ />
<Updates Enabled=”TRUE” />
<RemoveMSI All=”TRUE” />
<Display Level=”Full” AcceptEULA=”TRUE” />
</Configuration>

  • Open the command prompt as administrator and browse to the directory C:\SysAdm\O365
  • Type the following code:

Setup.exe /download  Configuration.xml

  • Use the notepad to create a file named Setup.bat and save on C:\SysAdm\O365 (This will be file used to install the MS Office in the future)
  • Insert the following code on Setup.bat and save it:
    Setup.exe /configure Configuration.xml
  • Wait until it finish and the Office installation data will be available on C:\SysAdm\O365\Installer