Score:0

How to Install Office 365 version 2002 on Windows 7

us flag

We have a few legacy Windows 7 machines in our environment (long story) that have old versions of MS Office. While MS 365 is no longer supported on Windows 7, MS 365 Apps at version 2002 will at least continue receiving security updates until 2023.

Per Microsoft: "This means that if you want to continue to deploy and update Microsoft 365 Apps on devices that are running Windows 7, you need to use Version 2002"

So perhaps a dumb question: how can we get an installer specific to MS 365 Apps version 2002?

cn flag
I believe that's where the Office Deployment Tool (ODT) comes into play. See: https://community.spiceworks.com/topic/2280681-office-deployment-tool-previous-version-office-365-to-run-on-windows-7
Score:1
jp flag

As Grey Askew suggested, you need the ODT to install Microsoft 365 apps with sepcificed version.

Step 1: Download and extract ODT.

Office Deployment Tool

Step 2: Write the configuration file (.xml ) as following. I also suggest you put it together with ODT.

<Configuration>
  <Add OfficeClientEdition="64"
      Channel="SemiAnnual"
      Version="16.0.12527.20880" >
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
    </Product>
  </Add>
  <Display Level="Full" AcceptEULA="TRUE" />
</Configuration>

Step 3: Run Command Prompt as administrator, enter commands to install Office.

  • Use "cd" command to locate to the forlder includes ODT and the configuration file.
  • And then enter "setup.exe /configure configuration file name"
  • For more, here is an article "Overview of the Office Deployment Tool" you may have look.

Please also note, TLS 1.0 and 1.1 are disabled for Microsoft 365, you need to ensure TLS 1.2 is avaliable, otherwise Microsoft 365 apps could not be activated.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.