How to remove single or multiple components of office 365 pro Plus
/Configure can be used to install.
what are command or .xml files used to uninstall specific component.
what are command or .xml files used to uninstall specific component.
2 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
9 years ago
<Add OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Lync" />
</Product>
</Add>
<Updates Enabled="FALSE" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Name="MSOffice365ProPlus.log" Path="%WINDIR%\Installer" />
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>
Result:
Installs complete.
Outlook, OneNote and Lync also installed.
am i using correct names?
I guess xml is case sensitive. - akashrayban 9 years ago
Same config file for version 15.0.4701.1002 works as expected. - akashrayban 9 years ago