Office 2021 Proofing Tools Offline Installer Instant

In the past, Microsoft offered direct downloads for "Language Interface Packs" (LIPs) that were easy .exe files. For Office 2021 (and Office 365), the system has changed.

msiexec /i "proofing_tools_2021_de-de.msi" /quiet /log C:\Logs\proofing_log.txt

For the average user wanting an offline installer, the only reliable method is creating your own using the Office Deployment Tool (ODT). This is Microsoft’s official way to handle offline installations. office 2021 proofing tools offline installer

How it works: You download the ODT from Microsoft, and edit a configuration file (.xml) to tell it what to download. In the past, Microsoft offered direct downloads for

  • Cons:
  • The XML Code Snippet: To download proofing tools offline, your configuration file essentially needs to look like this: For the average user wanting an offline installer,

    <Configuration>
      <Add SourcePath="c:\temp" OfficeClientEdition="64" Channel="PerpetualVL2021">
        <Product ID="ProofingTools">
          <Language ID="fr-fr" />
        </Product>
      </Add>
    </Configuration>
    

    (This tells Office to download the French proofing tools for the 2021 channel to your temp folder.)