- Download the Office Deployment Tool
- Create the configuration.xml
<Configuration>
<Add SourcePath=”\\Server\Share” OfficeClientEdition=”64” Channel=”PerpetualVL2019″>
<Product ID=”ProPlus2019Volume” PIDKEY=”#####-#####-#####-#####-#####” >
<Language ID=”en-us” />
</Product>
<Product ID=”ProofingTools”>
<Language ID=”de-de” />
<Language ID=”ja-jp” />
</Product>
</Add>
<RemoveMSI />
<Display Level=”None” AcceptEULA=”TRUE” />
</Configuration>