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:
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.