Office 2019 non-english Proofing Tools deployment: xml file

TIITG 1 Reputation point
2021-10-26T10:14:58.153+00:00

Good morning,

I'm trying to deploy Office 2019 non-english Proofing Tools (German, Spanish, Italian and French), via ODT, to machines that have already Office 2019 installed and would like to ask for a working example of an xml file that installs just Proofing Tools and not the Office Suite or Language Packs.
Can you help me?

Thank you.

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

1 answer

Sort by: Most helpful
  1. Viki Ji_MSFT 4,471 Reputation points
    2021-10-27T09:00:14.207+00:00

    Hi @TIITG ,
    Welcome to Q&A forum!

    I successfully installed German, Spanish, Italian and French proofing tools for 64-bit Office 2019 by using the following configuration .xml file, please check it.

    <Configuration>  
      <Add OfficeClientEdition="64">  
        <Product ID="ProofingTools">  
          <Language ID="fr-fr" />  
          <Language ID="de-de" />  
          <Language ID="it-it" />  
          <Language ID="es-es" />  
        </Product>  
      </Add>  
    </Configuration>  
    

    144182-image.png

    Besides, if you want to install other languages or Proofing tools later, you can create the corresponding xml files through the Office Customization Tool (OCT).
    For reference:Overview of the Office Customization Tool.

    Hope the inforamtion is helpful to you.


    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.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.