Install Office 365 proplus to terminal server.

So you want to install Office 365 ProPlus to a Terminal Server. You can do it, but with different approach

http://blog.powerbiz.net.au/office-365/installing-office365-proplus-on-a-rds-server-terminal-server-using-shared-computer-activation/

That almost correct but not even close.

Here is the correct configuration.xml to use and remember network share wont work 😉

<Configuration>

<Add OfficeClientEdition=”32″>

<Product ID=”O365ProPlusRetail”>

<Language ID=”en-us”/>

</Product>

</Add>

<Display Level=”None” AcceptEULA=”True”/>

<Property Name=”SharedComputerLicensing” Value=”1″/>

</Configuration>

If you want to copy it be aware that the Quote-signs (“) are wrong after you paste it to Notepad etc.

And the download using: C:Office>.setup.exe /download configuration.xml
And install using: .setup.exe /configure configuration.xml

Remember . is important or you will get a error message complaining about your network connection. LOL.

Author: Harri Jaakkonen

Leave a Reply

Your email address will not be published. Required fields are marked *