Installation media for WORD LTSC 2021

Hans-Olav Kalleberg 155 Reputation points
2023-05-09T12:34:48.6166667+00:00

Hi

I am currently trying to install Word LTSC 2021, using a SPLA key. It seems the "Office Customization Tool" located at https://config.office.com/deploymentsettings will only create xml files for installation of any full office suite, and then let me deselect the product I don't need.

This would be fine, and I can get the installation to install only Word - but the issue is that my product key for WORD LTSC 2021 is not getting recognized as a valid key. I COULD of course activate using a key for a full office suite, but that is 3 times the cost, and the installation will be used by a backend server for some ERP printing application, so the licensing will be multipled with the active number of users in the ERP system, and that will add up fast ...

So - is there another installation media for installing word with a word license (the word edition sold under part number 059-06305 from licensing vendors) - or is there a special ProductID needed for the XML that is not documented anywhere?

Hans-Olav

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | Word | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Emily Hua-MSFT 27,796 Reputation points
    2023-05-10T02:27:50.1166667+00:00

    Hi @Hans-Olav Kalleberg

    Thanks for your kind sharing.

    Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others.", and according to the scenario introduced here: Answering your own questions on Microsoft Q&A, I would make a brief summary of this thread:


    Requirement:

    Installation for WORD LTSC 2021 via ODT and configuration file (.xml)

    Current Status:

    Solved via Hans-Olav Kalleberg

    The product ID for Word LTSC 2021 in .xml file is Word2021Volume.

    The reference is article 'List of Product IDs which are supported by the Office Deployment Tool for Click-to-Run'.


    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.


    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Hans-Olav Kalleberg 155 Reputation points
    2023-05-09T12:48:19.3633333+00:00

    Sorry - I gave in a bit early here. Figured it out now.

    I still used the config generator, but replaced the product ID with the relevant one for Word-only.

    For anyone else having the same issue, the correct product ID here was "Word2021Volume".

    See this page for valid IDs:

    https://learn.microsoft.com/en-us/microsoft-365/troubleshoot/installation/product-ids-supported-office-deployment-click-to-run

    I ended up with an XML like this:

    <Configuration ID="ididididididid">
      <Info Description="Customer Word for product servers" />
      <Add OfficeClientEdition="64" Channel="PerpetualVL2021">
        <Product ID="Word2021Volume" PIDKEY="AAAAA-BBBBB-CCCCC-DDDDD-EEEEE">
          <Language ID="en-us" />
        </Product>
      </Add>
      <Property Name="SharedComputerLicensing" Value="0" />
      <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
      <Property Name="DeviceBasedLicensing" Value="0" />
      <Property Name="SCLCacheOverride" Value="0" />
      <Property Name="AUTOACTIVATE" Value="1" />
      <Updates Enabled="TRUE" />
      <RemoveMSI />
      <AppSettings>
        <Setup Name="Company" Value="Customer Name" />
        <User Key="software\microsoft\office\16.0\excel\options" Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas" />
        <User Key="software\microsoft\office\16.0\powerpoint\options" Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" />
        <User Key="software\microsoft\office\16.0\word\options" Name="defaultformat" Value="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" />
      </AppSettings>
      <Display Level="None" AcceptEULA="TRUE" />
    </Configuration>
    
    1 person found this answer helpful.
    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.