Hi @vinod sharma,
Good day! Thank you for reaching out to the Microsoft Q&A forum and sharing the details of your issue.
Regarding the installation of Office 2024 Professional Plus, I understand you already have a product key but are unable to complete the setup. This version is part of the Office LTSC Professional Plus 2024 (Volume License) suite, and installation requires using the Office Deployment Tool (ODT).
- Firstly, you need to download the Office Deployment Tool (ODT), you can obtain it directly from Microsoft’s Download Center. Kindly refer Microsoft official document: Download Office Deployment Tool from Official Microsoft Download Center
- After that, create a configuration file: save the following as configuration.xml in the same folder as setup.exe. Replace the sample key with your own:
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2024">
<Product ID="ProPlus2024Volume" PIDKEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX">
<Language ID="en-us" />
</Product>
</Add>
<RemoveMSI />
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
- Note: For the PIDKEY, replace #####-#####-#####-#####-##### with your MAK client activation key.
- Then please open Command Prompt as Administrator, navigate to the ODT folder, and run:
setup.exe /download configuration.xml
setup.exe /configure configuration.xml
Once complete, launch any Office application (like Word or Outlook) to confirm activation with your key. To ensure you have detail information about this, please refer this article: Deploy Office LTSC 2024 - Office | Microsoft Learn.
If you encounter any further issues or error message, please keep me inform I will assist you further.
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 email notifications in case you would like to receive notifications about this thread.