Downloading Office 2019 on multiple computers

QueenofAngelsFWBusinessOffice 1 Reputation point
2021-07-30T16:08:53.077+00:00

We recently got 30 licenses from TechSoup for Office 2019 Standard. How can I download these onto each device? I am not understanding the website. Do I have to log onto each device with my email associated with the VLSC and download manually? Or is there a way I can send links out to each employee so that they can download on their own? Thanks.

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,449 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Viki Ji_MSFT 4,471 Reputation points
    2021-08-02T04:12:28.623+00:00

    @QueenofAngelsFWBusinessOffice
    Please note that Office 2019 products use Click-to-Run installation technology instead of traditional Windows Installer technology (MSI) and cannot be downloaded directly through VLSC.

    According to your description, it is recommended that you could directly download the installation file of Office 2019 to a shared folder, and then share the shared folder with other users for installation. For more information, please refer to: Deploy Office 2019.

    1. Please download the latest version of ODT.
    2. 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="Standard2019Volume">
      <Language ID="en-us" />
      </Add>
      <RemoveMSI />
      <Display Level="None" AcceptEULA="TRUE" />
      </Configuration>
    3. 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

    119668-image.png
    4. 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

    For activating Office, please refer to: Activate Office.

    Besides, I found this Download and Installation Instructions for Office 2019 from TechSoup, you could also have a check.
    Please note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Hope the information is helpful to you. Any updates, please let me know.


    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.