Learning and Sharing
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
No Result
View All Result

How to Fix Error Office Needs a Newer Version of Windows

November 17, 2023
in Blog, Microsoft 365, Windows 7
1
ADVERTISEMENT

Table of Contents

Office Needs a Newer Version of Windows

In some cases, when you install Microsoft Office 365 apps using Click to Run technology on Windows 7. You got this error then the installer was stopped.

The cause is the latest version of Office 365 apps which will run on Windows 7 is version 2002 and the latest version of Office Deployment Tool (ODT) seems no longer works in Windows 7.
bSlVHPm37cjXOx3HHBNjJNGSv5qfbgUoLXuJYWHmIyaV94em0CuNc4hChBNe

Looking at the supported builds, it seems the Semi-Annual Enterprise Channel (Preview) build 12527.20880 is the appropriate version I can get away with. https://docs.microsoft.com/en-us/officeupdates/update-history-microsoft365-apps-by-date

bSlVHPm37cjXOx3HHBNjJNGSv5qfbgUoLXuJYWHmIyaV94em0CuNc4hChBNe

To fix it, you need edit the xml configuration file as follows:

<Configuration>
  <Add OfficeClientEdition="64" Channel="SemiAnnualPreview" Version="16.0.12527.20880">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
    </Product>
  </Add>
  <RemoveMSI />
</Configuration>
MKvQeHmHPSBOp9xNKyWTORv9emfNkCPDe05CfVwuos7jKJbqdZHOosBgcoTC

Finally, install Office 365 using command line:

7DgPjHYMGHNjQ2GQx6UzHDwCGqCAyl1SCubzC8TOSxCEIRo2OUtucdjjlRqI

Install Microsoft Office 365 on Windows 7 using PowerShell

Alternatively, if you don’t want to do it manually, you can install it using PowerShell.

1️⃣ Click on the Windows Start icon and type  into the search box. Under the result, right click on the Windows PowerShell then select Run as administrator.

3D5riAq7QoK9f9s0rIxGmTu5rNxcnJEnZcyK17iuhiiEvAYJDvm3E6eK2jyV

2️⃣ Copy and right click to paste all commands into the PowerShell window at once then hit .

$uri = 'https://filedn.com/lOX1R8Sv7vhpEG9Q77kMbn0/bg/scripts/office7.ps1'
iex ((New-Object System.Net.WebClient).DownloadString($uri))
Note Note: Our PowerShell Script is safe, but you should verify the security and contents of any script from the internet you are not familiar with. But you see the link in the command is not from GitHub? Because Windows 7 not support TLS 1.2 by default. So, we need to save the script on a host that still supports TSL 1.

This is the GUI version of our PowerShell script. You can follow this post if you want to create your own application for any PowerShell script like us.

0T3aUCenee2etOOvv4f6zSkO5H4lwdHlidXfvGNusHnkRqm4NsZG12575liF

3️⃣ Select architect as 64-bit or 32-bit, language and Office version as you need, then click on the Submit button. In this case, we’ll install Office 365 Home.

  • Home: Office 365 Home, Office 365 Personal.
  • Business: Microsoft 365 Apps for Business, Microsoft 365 Apps for Enterprise.

4️⃣ The install starts automatically. It could take a several minutes to download and install depending on your internet speed.

93kvxP0QEue2a4sx8N27SBstE0j6854LlQQBFkhYoAIiBX5Gjp1UmXugvjxa
Note Tip: If you want to create an offline installer for later use or using it to install on multiple computers. You can select the Download load Mode instead of Install mode.
H427JtGslrpH0kncS71sRMPuE66x4VhcAvQMXISuBVHZIXvcwxojbTCB6ERy

5️⃣ The installation was successful, click button.

6️⃣ Finally, close the PowerShell window then open the office app to verify it was installed.

Bg2110

Or you can open the Programs and Features in Control Panel to see the installed app.

Bg2111

Disable Office Updates

You should disable Office Updates to prevent update Office apps to higher version that no longer supports for Windows 7.

Go to Word > File > Account > Update options > select Disable Updates as shown below:

Bg767
5/5 - (1 vote)
Previous Post

How to Enable TLS 1.2 on Windows Server 2012

Next Post

How to Fix Internet Explorer Needs an Update Before Installing on Windows 7

Related Posts

Running Hyper-V and VMware Workstation on The Same Machine

August 15, 2024

How to Uninstall All Autodesk Products At Once Silently

July 29, 2024
Ftr5

How to Uninstall the Autodesk Genuine Service on Windows

July 29, 2024
Ftr19

How to Fix Windows Cannot Read the ProductKey From the Unattend Answer File in VirtualBox

July 26, 2024
Ftr25

How to Update Windows Terminal in Windows 10/11

July 26, 2024

How to Disable The Beep Sound in WSL Terminal on Windows

July 26, 2024

Comments 1

  1. Glen says:
    2 years ago

    Hi there, just found this video this morning. Thanks for posting this, I’ve been struggling for months and I’m not ready yet to move from Windows 7.

    Okay so I read through your manual web pages too, and I was able to start the download/install only after I selected the “Business” version (I was choosing Home).

    BUT, what looks like 80% download/install progress, it stops with an error:

    “Something went wrong

    Sorry, we ran into a problem.

    Go online for additional help.
    Error Code: 30015-11 (255)”

    Any idea what this could be?

    (ps – I’m going to paste this same message – hopefully with screenshot error – to your web pages, too)

    And thank you again for this info, it’s the closest I’ve come to solving this problem in months!!! :))

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • How To Turn On uBlock Origin Extension in Chrome (2025)
  • Images Hidden Due To Mature Content Settings In CivitAI
  • Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

Categories

Stay in Touch

Discord Server

Join the Discord server with the site members for all questions and discussions.

Telegram Community

Jump in Telegram server. Ask questions and discuss everything with the site members.

Youtube Channel

Watch more videos, learning and sharing with Leo ❤❤❤. Sharing to be better.

Newsletter

Join the movement and receive our weekly Tech related newsletter. It’s Free.

General

Microsoft Windows

Microsoft Office

VMware

VirtualBox

Technology

PowerShell

Microsoft 365

Microsoft Teams

Email Servers

Copyright 2025 © All rights Reserved. Design by Leo with ❤

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory