Office 365 Version 2002 Offline Installer Page

First, a quick clarification on version numbers. Microsoft names its Semi-Annual Channel releases based on the year and month of release. Version 2002 corresponds to the feature update released in February 2020.

Why download it? If you have legacy macros or third-party add-ins that broke after the 2004 or 2006 updates, rolling back to 2002 is a common troubleshooting step. office 365 version 2002 offline installer

Go to the official Microsoft Download Center and search for "Office Deployment Tool." Download the executable (e.g., officedeploymenttool.exe). First, a quick clarification on version numbers

Open Notepad and paste the following XML code. This tells the ODT to download the February 2020 (2002) build. Why download it

<Configuration>
  <Add OfficeClientEdition="64" Channel="SemiAnnual">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="OneDrive" />
    </Product>
  </Add>
  <Updates Enabled="FALSE" />
  <Display Level="None" AcceptEULA="TRUE" />
</Configuration>

Key element: Channel="SemiAnnual". This channel had Version 2002 as its release. Do NOT use "MonthlyChannel" or "Current" – they will download a newer build.

Important: Microsoft occasionally removes very old builds from its CDN. If the above fails, you must specify the exact Version attribute:
<Add Version="16.0.12527.20278"> (the specific build number for Version 2002).

If you manage computers in a high-security environment (defense, finance, or manufacturing) with no internet access, you cannot use the standard Click-to-Run web installer. The offline installer (an .img or folder of setup files) is the only way to deploy Office.