Share via

Help with configuring .xml file for installation

Anonymous
2018-05-03T04:55:02+00:00

Hi,

I need to install Office 365 Business Premium on 2 PCs in the office and I need to make sure that they don't have Skype for Business, lets not get into the reasons please.   Each PC has had Skype installed prior and i'd also like to ensure that any leftover Lync/Skype protocols are also removed.  Can i do that at the same time or should I do it first. 

I was thinking of downloading the install files onto a USB to enable me to quickly move between them, will this work?  I've used "d" as the drive in the example but will adjust that depending on the PC.

<Configuration>

    <Add OfficeClientEdition="32" Channel="Monthly">

        <Product ID="O365BusinessRetail">

            <Language ID="en-us"/>

    <ExcludeApp ID="SkypeforBusinessRetail" />

    <ExcludeApp ID="Groove" />

             </Product>

    </Add>

  <!--  <Updates Enabled="FALSE" Channel="Monthly" /> -->

  <!--  <Display Level=Full" AcceptEULA="TRUE" />  -->

  <!--  <Property Name="AUTOACTIVATE" Value="1" />  -->

</Configuration

Thanks in advance for the help, i really appreciate it

Dave

Microsoft 365 and Office | Install, redeem, activate | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2018-05-09T19:00:24+00:00

    Hi Dave,

    Please use the 'lync", if you still have question about this, please let us know.

    Thanks,

    Rena

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-05-07T08:45:10+00:00

    Hi David,

    The "lync" is for excludeApp element. You can use this.

    Thanks,

    Rena

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-05-03T22:03:03+00:00

    Thanks for coming back with an answer however i'm confused.  I read through the Configuration options page but that page has a link to another page that has Product ID's (the link is below).  On the Product IDs page it says i should use SkypeforBusinessRetail, however in the Configurations document it says "For OneDrive for Business, use Groove. For Skype for Business, use Lync."

    It's a little confusing for me.

    https://support.microsoft.com/en-gb/help/2842297/product-ids-that-are-supported-by-the-office-deployment-tool-for-click

    Thanks again for your help

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-05-03T08:44:19+00:00

    Hi Dave,

    You need to remove the pre-installed Lync/Skype manually. The ODT tool can help you install Office programs excepting some specific programs but it can’t affect your installed programs on your PC.

    The SourcePath attribute defines the location of the Office installation files when you run ODT tool in download mode. Then you can deploy using the installation files at that location later. For example: SourcePath="D:\preload\office"

    For the product ID attribute (part of ExcludeApp element), For Skype for Business, use “Lync”. For example:

    ExcludeApp ID="Lync"

    Here’s the reference for you: Configuration options for the Office Deployment Tool.

    <Configuration>

        <Add SourcePath="D:\preload\office" OfficeClientEdition="32" Channel="Monthly">

            <Product ID="O365BusinessRetail">

                <Language ID="en-us"/>

        <ExcludeApp ID="Lync" /> 

        <ExcludeApp ID="Groove" /> 

                 </Product>

        </Add>

      <Updates Enabled="FALSE" Channel="Monthly" />

      <Display Level=Full" AcceptEULA="TRUE" />

      <Property Name="AUTOACTIVATE" Value="1" />

    </Configuration>

    Thanks,

    Rena

    Was this answer helpful?

    0 comments No comments