@Bharti Yogavidya
Generally, we could use ODT (Office Deployment Tool) and configuration file (.xml) to install Click-to-Run versions of Office, such as Office Professional Plus 2019. I would provide the steps as following.
- The ODT could be downdload from Microsoft Download Center. After downloading, you can extract the files inside to one folder, such as "Test" folder (C:\Test).
- Prepar the configuration file as below, for example we name it as "Office2019.xml", then put it with ODT in Test folder. <Configuration>
<Add OfficeClientEdition="64" >
<Product ID="ProPlus2019Volume">
<Language ID="en-us" />
</Product>
</Add>
</Configuration> Please note, if you have retail version of Office Professional Plus 2019, the product ID should be "ProPlus2019Retail".
- Search Command Prompt, right-click it to run as administrator. Enter the commands to start installation. First use "cd" command to located to the Test folder, then run "setup.exe /configure" command to install Office.
cd C:\Test
setup.exe /configure Office2019.xml
- For volumn licensed Office, you could use MAK key to activate it. But for retail version of Office, you need to redeem key to bind Office to a Microsoft account.
If an Answer is helpful, please click "Accept Answer" and upvote it.
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.