Where to download previous versions of Powerpoint to test an add-in in Virtual Machines

Reycon John Hernandez 20 Reputation points
2024-08-01T16:29:21.7533333+00:00

Hello,

We purchased Virtual Machines in Azure to test our add-in against multiple Powerpoint versions.

Unfortunately, we could not find where to download specific version of Powerpoint.

We tried downloading ppt version below but once the installation is complete, it auto-updates to the recent PPT version.

https://answers.microsoft.com/en-us/msoffice/forum/all/useful-microsoft-download-links-for-office-direct/7bcaa971-9493-44b6-a1ba-0db4c6957c47

We're looking to test some of the versions below.

User's image

Thank you for all the helps.

PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
291 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jiajing Hua-MFST 9,905 Reputation points Microsoft Vendor
    2024-08-02T06:01:30.32+00:00

    Hi @Reycon John Hernandez

    You may use ODT and configuration file (.xml) to download specific version of PowerPoint.

    For example, if you want to install Microsoft 365 Apps for enterprise, Version 2306 (Build 16529.20182), then you may try following .xml file.

    <Configuration>
      <Add OfficeClientEdition="64" Version="16.0.16529.20182" >
       <Product ID="O365ProPlusRetail">
       <Language ID="en-us" />
       </Product>
      </Add>
    </Configuration>
    
    

    The installation method, you refer to link: https://learn.microsoft.com/en-us/microsoft-365-apps/deploy/overview-office-deployment-tool#install-microsoft-365-apps, run setup.exe /configure <.xml file> command in Command Prompt.

    Besides, if the version number is in same update channel, you may run command in Run dialog like: "C:\Program Files\Common Files\microsoft shared\ClickToRun\officec2rclient.exe" /update user updatetoversion=16.0.15601.20772 to change the version number.

    To check the version number and update channel, please check out: https://learn.microsoft.com/en-us/officeupdates/update-history-microsoft365-apps-by-date#version-history


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.