Office 365 Install Guide

Modified on Mon, 04 Mar 2019 at 05:17 PM

To run Microsoft Office 365 on EazyApp, companies must have an Office 365 ProPlus subscription. If you do not already have a subscription, let us know! We are able to bundle Office 365 with your EazyApp Services subscription. 

  1. Connect to the AppHost

  2. Download the Office Deployment Tool

  3. After downloading the file, run the self-extracting executable file, which contains the Office Deployment Tool executable (setup.exe) and a few sample configuration files (configuration-*.xml).
  4. Right-click on configuration-Office365-x64 and select Edit
  5. Edit your file to make it look like the example below. We recommend just copying and pasting.  

    If you are installing other products, please add them as well. For a list of Product ID codes see here

    <Configuration>
      <Add OfficeClientEdition="64" Channel="Broad">
        <Product ID="O365ProPlusRetail">
          <Language ID="en-us" />
        </Product>
      </Add>
    <Updates Enabled="TRUE" />
      <Display Level="None" AcceptEULA="TRUE"> 
      <Property Name="SharedComputerLicensing" Value="1" /> 
      <Logging Level="Standard" Path="%temp%" /> 
    </Configuration>
  6. Save the configuration file.

  7. Open a command line window and navigate to the directory containing the Office Deployment Tool executable.
    Alternatively, to open a command line window from File Explorer, hold shift and right-click in a blank area of File Explorer then select Open Command Line window here.

  8. Launch the Office Deployment Tool with the configuration.xml as an argument.

    setup.exe /download configuration-Office365-x64.xml
  9. Office Deployment Tool will run and install Office 365 on the AppHost.

  10. Once the installation is complete, you can now publish Microsoft Office as a RemoteApp.

    For information on publishing RemoteApps, see our guide: How to Publish RemoteApps

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article