ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Deploy Office 365 Office 2013

    IT Discussion
    2
    2
    572
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • coliver
      coliver last edited by

      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>
      
      JaredBusch 1 Reply Last reply Reply Quote 1
      • JaredBusch
        JaredBusch @coliver last edited by

        @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.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post