Deploy Office 365 Office 2013
-
I am experimenting with a few licenses of Office365 Business Premium, which includes Office 2013 Pro Plus (or whatever they moniker for it is). I've been trying to setup an auto-deployment option with the Office Deployment Tool. I run:
setup.exe /download configuration.xml
Which downloads the application then when I run the following command:
setup.exe /configure configuration.xml
It installs Office 2013 and all of the expected components. However when I log into my account it tells me that the correct product isn't installed. Wondering how everyone else has been auto-deploying this version of Office, or if you aren't and just doing the download feature from the portal.
Here is the XML file just in case I did something wrong in here, obfuscated the path:
<Configuration> <Add SourcePath="\\Server\path" OfficeClientEdition="32" > <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> </Add> <Display Level="None" AcceptEULA="TRUE" /> <Logging Path="%temp%" /> <Property Name="AUTOACTIVATE" Value="1" /> </Configuration>
-
@coliver said:
It installs Office 2013 and all of the expected components. However when I log into my account it tells me that the correct product isn't installed. Wondering how everyone else has been auto-deploying this version of Office, or if you aren't and just doing the download feature from the portal.
I have not had a deployment of Office 365 yet. The clients that currently have 2013 went the OpenLicense route.
For my own office, it was just the download install for each user (5 of us) in their home office.