Supporting Links

https://docs.microsoft.com/en-us/deployoffice/office2019/deploy

https://community.spiceworks.com/topic/2164757-office-2019-no-msi-to-install-how-do-i-install-it


  1. Download the Office Deployment Tool and run the tool installing in a folder C:\Office2019.
  2. Copy one of the xml files, rename to config.xml, and replace configuration with info below and update PIDKEY with MAK Key...
    • <Configuration>

        <Add 

             SourcePath="C:\Office2019\files"

             OfficeClientEdition="64" 

             Channel="PerpetualVL2019"

             AllowCdnFallback="True">

            <Product ID="ProPlus2019Volume"  PIDKEY="#####-#####-#####-#####-#####" >

               <Language ID="en-us" />

            </Product>

            

        </Add>

        <RemoveMSI All="True" />

        <Display Level="Full" AcceptEULA="TRUE" />  

      </Configuration>

  3. Open CMD, navigate to Office2019 folder and run setup.exe /download config.xml to download the installer files.

  4. When download is complete run setup.exe /configure config.xml to install Office.