Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Hi trickyhorn
My name is Andre Da Costa; an Independent Consultant, Windows Insider MVP and Windows & Devices for IT MVP. I'm here to help you with your problem.
Did you follow these steps to create your script?
- Download Office Deployment Tool via this link: https://www.microsoft.com/en-us/download/detail.... Run it and extract the files.
- Rename the configuration-Office365-x64 file as “configuration.xml”. Paste the configuration.xml and setup.exe file to C:\Users\Administrator.
- Open the configuration.xml file and replace the content with:
<Configuration>
<Add SourcePath="\Server\Share" OfficeClientEdition="64" Channel="Perpetual2019">
<Product ID="ProPlus2019Volume" PIDKEY="N9J9Q-Q7MMP-XDDM6-63KKP-76FPM" >
<Language ID="en-us" />
</Product>
<Product ID="ProofingTools">
<Language ID="de-de" />
<Language ID="ja-jp" />
</Product>
</Add>
<RemoveMSI All="True" />
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
Note: regarding to the OfficeClientEdition and Channel, “32” and “Monthly” is an example. Please click File->Office account->About Outlook, you will see your Office client edition there. For example 32-bit or 64 bit, Monthly Channel or Semi-Annual Channel.
- Press Wind+R, type cmd, OK. Then type setup.exe /configure configuration.xml, press Enter.
- Follow the prompts to finish the configuration.