MSI files for Visio and Project Standard and Professional 2024 32bit and 64bit files

Roy, Joe 0 Reputation points
2025-01-08T18:12:18.92+00:00

Where do i get the MSI files for Visio and Project Standard and Professional 2024 32bit and 64bit files

Visio
Visio
A family of Microsoft products used to create diagrams and vector graphics.
105 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jiajing Hua-MFST 12,885 Reputation points Microsoft Vendor
    2025-01-09T02:36:39.02+00:00

    Hi @Roy, Joe

    New versions of Office use the c2r installation method rather than Windows Installer (MSI).

    To get the installation file for volume license versions of Visio and Project 2024, you need to use ODT with configuration file (.xml), run setup.exe /download <.XML file> command to download installation package.

    Such as 64-bit Visio Standard 2024, the .xml file can be like following:

    <Configuration>
      <Add OfficeClientEdition="64">
        <Product ID="VisioStd2024Volume" PIDKEY="#####-#####-#####-#####-#####">
          <Language ID="en-us" />
        </Product>
      </Add>
      <RemoveMSI />
    </Configuration>
    

    (Note: You may enter the GVLK of Visio Standard 2024 "JMMVY-XFNQC-KK4HK-9H7R3-WQQTV" or the MAK key for "PIDKEY" to replace "#####-#####-#####-#####-#####" in my sample.)

    The reference:

    Deployment guide for Visio

    Deployment guide for Project


    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.


    0 comments No comments

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.