Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Regarding volume license installs, see https://learn.microsoft.com/en-us/office/ltsc/2024/deploy .
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm going round in dam circles trying to get this to download - we have the means to install the 2021 version but we know that'll expire later in the year. I'm using office deployment tools, creating XML files but either I end up down a rabbit hole of installing office 365 that can't make use of the license OR it baulks with an error message
Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Regarding volume license installs, see https://learn.microsoft.com/en-us/office/ltsc/2024/deploy .
AI answer
For a genuine volume-licensed Office LTSC Professional Plus 2024 key, the supported way to download and install is via the Office Deployment Tool (ODT) and a correct configuration.xml that explicitly targets the 2024 LTSC volume product.
Use these steps end-to-end:
setup.exe and a sample configuration.xml to a working folder.ProPlus2024Volume.SourcePath if downloading to or installing from a local share. <Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2024">
<Product ID="ProPlus2024Volume">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
SourcePath in <Add>:
<Add OfficeClientEdition="64" Channel="PerpetualVL2024" SourcePath="\\server\share\Office2024">
setup.exe and your configuration.xml. setup.exe /download configuration.xml
SourcePath (or the ODT folder if no SourcePath) that an Office\Data\<version> structure exists. setup.exe /configure configuration.xml
O365ProPlusRetail) or another non-LTSC product, the ODT will install Microsoft 365 instead of LTSC.ProPlus2024Volume for Office LTSC Professional Plus 2024./configure after a successful /download, ensure the configuration.xml used for /configure includes the same SourcePath pointing to the folder where the Office files were downloaded. Without SourcePath, ODT may try to go to the Office CDN again, which can cause stalls.PIDKEY in configuration.xml for KMS GVLK or MAK.If managing many devices, Microsoft Configuration Manager can also be used; its Office 365 Client Installation wizard includes an entry for Office LTSC Professional Plus 2024 and generates the configuration.xml automatically.
References: