How can I download a previous version of Office 365

Anonymous
2018-07-12T13:32:35+00:00

My accounts department need an Excel Add-in that is only compatible with Office 365 Business Version 1708 (Build 8431.2270) and subsequent upgrades on the Semi Annual Channel.

I need to replace a number of PCs and when I install Office 365 it is the latest version and build - there is no Version choice.

Because these are new PCs with a clean install there is no previous version to rollback or revert to using the command line to run C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe

If anyone knows how to resolve this conundrum I will be very grateful.

Thanks

Microsoft 365 and Office | Subscription, account, billing | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Anonymous
    2018-07-12T18:15:27+00:00

    Hi Duncan,

    To download the previous version of Office 365, you need to use Office Deployment Tool to configure the specific version. Please refer to the steps below:

    1. Download Office 2016 deployment tool at this page: Office 2016 Deployment Tool.
    2. Unzip the tool to your computer, for example I unzip it to a folder named ODT on my desktop, then modify the configuration.xml file. you can copy the script below:

    <Configuration>

     <Add OfficeClientEdition="32" Channel="Broad" Version="16.0.8431.2270">

            <Product ID="O365ProPlusRetail">

              <Language ID="en-us" />

            </Product>

          </Add>

     <Updates Enabled="FALSE" />

    </Configuration>

    1. Press Win+R to open Run, insert cmd to open Command window.
    2. Type cd C:\Users\Administrator\Desktop\ODT to read the folder. Then type setup.exe /configure to download and install Office.

    Regards,

    Tisky

    17 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2018-07-14T21:51:19+00:00

    Hi Duncan,

    Have you checked the steps above?

    Regards,

    Tisky

    3 people found this answer helpful.
    0 comments No comments