Overview
This guide steps you through the process of installing Office365 (ProPlus / E3) on a Remote Desktop Servers (RDS) enabled server.
Further Reading: https://technet.microsoft.com/en-us/library/dn782860(v=office.15).aspx
Instructions
- Log into your Remote Desktop Server
- Open your preferred Internet Browser
- Download the Deployment Tool:
2013 Edition: https://go.microsoft.com/fwlink/p/?LinkID=282642
2016 Edition: https://go.microsoft.com/fwlink/p/?LinkID=626065 -
Edit the configuration.xml and use:
<Configuration> <Display Level="Full" AcceptEULA="True" /> <Property Name="SharedComputerLicensing" Value="1" /> <Add SourcePath="C:Office2013Install" OfficeClientEdition="32" > <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> <Product ID="VisioProRetail"> <Language ID="en-us" /> </Product> </Add> </Configuration>
-
From a command prompt (with admin rights), run:
cd Office2013Install setup.exe /download configuration.xml
-
Now run:
setup.exe /configure configuration.xml
The setup will now install.
- Done!
-
Each user is now able to activate their copy of office via their Office 365 installation.
a. Rename the v32_16.0.6741.2048.cab file to v32.cab
b. Re run step 5.