Microsoft Office 2016 Version 1802 -build 16.0.9029.2167 C2r- Re Download %5bhot%5d Official

There are two legitimate methods (and one unofficial). I strongly recommend the official ones.

To re-download Version 1802 (Build 16.0.9029.2167), you must use the Office Deployment Tool (ODT) with a custom XML.

Step 1: Download the Office Deployment Tool Download ODT from the Microsoft Download Center. Run it to extract setup.exe and the sample XML files.

Step 2: Create the download.xml file Open Notepad and paste the following. This explicitly tells the C2R engine to fetch the legacy version:

<Configuration>
  <Add OfficeClientEdition="64" Channel="SemiAnnual">
    <Product ID="ProPlus2019Retail">
      <Language ID="en-us" />
      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="OneDrive" />
    </Product>
  </Add>
  <Updates Enabled="TRUE" TargetVersion="16.0.9029.2167" />
  <Display Level="Full" AcceptEULA="TRUE" />
</Configuration>

(Note: Use OfficeClientEdition="32" if required by your legacy environment).

Step 3: Download the Source Run this command in an elevated Command Prompt from the folder containing setup.exe:

setup.exe /download download.xml

Step 4: Re-install Once the download completes (the CMD window will close silently), run:

setup.exe /configure download.xml

That build number (9029.2167) is from around early 2018. Microsoft no longer offers direct downloads for old versions.
You’d need to: There are two legitimate methods (and one unofficial)


Do you want just the text content to copy, or step‑by‑step instructions for re‑downloading that specific build of Office 2016?

To redownload Microsoft Office 2016 Version 1802 (Build 16.0.9029.2167), you should use the Office Deployment Tool (ODT), as this specific version was a Monthly Channel release from February 2018. Microsoft typically only provides the most recent installer on its main website, so manual configuration is required to fetch this exact build. Step-by-Step Redownload Process

Download the Office Deployment Tool: Get the official Office Deployment Tool from the Microsoft Download Center.

Extract the Tool: Run the downloaded .exe and extract the files (like setup.exe) to a folder on your desktop (e.g., named "OfficeSetup"). Create a Configuration File:

Open Notepad and paste the following XML code, which specifies your target version and build:

Use code with caution. Copied to clipboard

Note: Change OfficeClientEdition to "32" if needed, and Product ID to your specific version (e.g., ProPlusRetail or HomeBusinessRetail). Step 4: Re-install Once the download completes (the

Save this file as config.xml in the same folder as setup.exe. Run the Download Command: Open Command Prompt as an administrator.

Navigate to your folder by typing: cd C:\Users\[YourUsername]\Desktop\OfficeSetup (adjust the path as necessary). Execute the download command:setup.exe /download config.xml

A folder named "Office" will appear in your directory. The download is silent and may take some time depending on your connection.

Install the Build: Once the download completes, run the following command in the same window to install:setup.exe /configure config.xml. Important Maintenance

How to revert to an earlier version of Office - Microsoft Support

While most users are on newer Semi-Annual or Current Channels, Build 9029.2167 (released around March 2018) is sometimes required for:

The string explicitly mentions C2R. This is crucial because Office 2016 existed in two parallel worlds: Let’s break down the alphanumeric code:

| Feature | C2R Version | Traditional MSI Version | | :--- | :--- | :--- | | Installation | Streaming, virtualized app environment | Standard Windows Installer | | Updates | Automatic, incremental, seamless | Requires patch files (.MSP) | | Versioning | Unique build numbers (e.g., 9029.2167) | Standard version numbers (e.g., 16.0.xxxx) | | Redownload | Uses Office Deployment Tool | Uses original ISO/media |

Why are users re-downloading build 9029.2167 specifically?
Because subsequent C2R updates (1803, 1804, etc.) introduced changes that some users disliked, including:

Thus, build 16.0.9029.2167 became a “golden build” for users who want the February 2018 feature set without later intrusions.


Let’s break down the alphanumeric code:

Critical question. This build is from February 2018. It lacks:

Recommendation: Only use this build on air-gapped machines or internal networks with strict firewall rules. If you need internet connectivity, you must apply security-only updates without upgrading the build number. Microsoft does not officially support this for C2R, but some third-party tools allow selective patching.

For most users, the “[HOT]” re-download should be a temporary solution—roll forward to a supported build within 90 days.