Modifying Office 2019 installation

Sergey E 21 Reputation points
2020-08-07T11:09:05.473+00:00

Hello!
Can someone help me with a problem of modifying Office 2019 installation with Office Deployment tool.
I install some of office components with command setup.exe /configure name_of_xml.xml
Installation was successful. After that i need to modify installation and remove Skype for Business.
I modify an XML and repeat a setup command, but installation not changed.
XML:
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="ProPlus2019Volume">
<Language ID="en-us" />
<Language ID="ru-ru" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Publisher" />
</Product>
<Product ID="LanguagePack">
<Language ID="en-us" />
<Language ID="ru-ru" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Publisher" />
</Product>
</Add>
</Configuration>

Thank you!

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,012 questions
0 comments No comments
{count} votes

Accepted answer
  1. Emily Hua-MSFT 27,546 Reputation points
    2020-08-10T04:30:04.927+00:00

    Hi Sergey,

    Were the language English and Russian installed in first time? If yes, Please try the following configuration file.

    <Configuration>
    <Add OfficeClientEdition="64" Channel="PerpetualVL2019">
    <Product ID="ProPlus2019Volume">
    <Language ID="en-us" />
    <Language ID="ru-ru" />
    <ExcludeApp ID="Access" />
    <ExcludeApp ID="Groove" />
    <ExcludeApp ID="Lync" />
    <ExcludeApp ID="OneDrive" />
    <ExcludeApp ID="OneNote" />
    <ExcludeApp ID="Publisher" />
    </Product>
    </Add>
    </Configuration>

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful