Skip to main content
Skip table of contents

How to install Office on a Copaco VMware Cloud VM

Summary

Since Office 2016 it is not possible to install Office using an ISO. You have to install Office using the “Office Deployment Tool”. This article describes how you can do this.

Prerequisites

  • None

Getting Started

  1. Download the “Office Deployment Tools” from Microsoft. Download Here

  2. When the download is completed, click on “Officedeploymenttool.exe” to extract the setup files.

  3. Once the setup files are extracted you need to create a configuration.xml and place the file in the same folder as where you have extracted the setup files. The Configuration file below installs “Office 2021 ProPlus” with Word, Excel, Powerpoint and Outlook.

    XML
    <Configuration>
    
      <Add OfficeClientEdition="64" Channel="PerpetualVL2021">
        <Product ID="ProPlusSPLA2021Volume">
          <Language ID="en-us" />
          <ExcludeApp ID="Lync" />
          <ExcludeApp ID="Access" />
          <ExcludeApp ID="Groove" />
          <ExcludeApp ID="OneDrive" />
          <ExcludeApp ID="OneNote" />
          <ExcludeApp ID="Publisher" />
          <ExcludeApp ID="Teams" />    
        </Product>
      </Add>
    
      <Remove All="True" />
    
      <!--  <RemoveMSI All="True" /> -->
    
      <!--  <Display Level="None" AcceptEULA="TRUE" />  -->
    
    </Configuration>
    

  4. Now you have to download the files from Microsoft CDN based on the XML you have created. Open CMD and browse to the directory where you have placed the setup files and configuration.xml.

    CODE
    cd C:\Install\ODT

  5. Execute the following command to download the Office Installation files.

    CODE
    setup /download configuration-Office2021.xml

  6. After the command prompt is available again you will see that the the setup files are downloaded.

  7. Install office using the following command.

    CODE
    C:\Install\ODT>setup /configure configuration-Office2021.xml

  8. A pop-up will show the installation progress. Wait until the installation is successfully completed.

  9. Create a support ticket and provide us credentials on the server so we can login and activate the installation.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.