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:
- Download Office 2016 deployment tool at this page: Office 2016 Deployment Tool.
- 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>
- Press Win+R to open Run, insert cmd to open Command window.
- Type cd C:\Users\Administrator\Desktop\ODT to read the folder. Then type setup.exe /configure to download and install Office.
Regards,
Tisky