Hi,
You can use ODT to help you specify a SourcePath to install Office to local shared folder, and then share the shared folder with other users for installation. For more information, please refer to: Deploy Office 2019:
- Please download the latest version of ODT.
- Configure the .xml file and rename it to configuration.xml as shown below. You only need to change \Server\Share to the correct folder path. <Configuration>
<Add SourcePath="\Server\Share" OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="Excel2019Volume">
<Language ID="en-us" />
</Add>
<RemoveMSI />
<Display Level="None" AcceptEULA="TRUE" />
</Configuration> - Launch the command prompt as administrator, go to the folder where you saved the ODT and the configuration.xml file, and type the following command as shown below:
setup /download configuration.xml
- After downloading, type the following command to install it.
Other users only need to copy the setup.exe and configuration.xml files to the local computer, go to the path of the ODT file, and run the following command to install:
setup /configure configuration.xml
Just checking in to see if the information was helpful. Please let us know if you would like further assistance.
If the response 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.