Open Notepad and paste the following XML code. This tells the ODT to download the February 2020 (2002) build.
<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
Versionattribute:
<Add Version="16.0.12527.20278">(the specific build number for Version 2002). office 365 version 2002 offline installer
You need to tell the tool what to download. You do this by editing a configuration file.
<Configuration>
<Add SourcePath="."
OfficeClientEdition="64"
Channel="Broad"
Version="16.0.12527.20242">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
Crucial Settings Explained:
In the fast-paced world of software updates, Microsoft pushes new features to Office 365 (now Microsoft 365) almost monthly. Yet, ironically, many IT professionals and power users find themselves searching for older, specific builds—such as Office 365 Version 2002.
If you have landed on this page searching for the "Office 365 version 2002 offline installer," you likely face a unique challenge: compatibility, process automation, or strict network policies. This article provides a deep dive into what Version 2002 is, why you might need its offline installer, and exactly how to obtain and deploy it without an active internet connection on each machine. Open Notepad and paste the following XML code
Microsoft may have retired the Semi-Annual Channel build for Version 2002. Workaround: Use a local network share showing the exact version string, or consider the "ODT with Version override" tag.