mirror of
https://github.com/Admonstrator/msoffice-removal-tool.git
synced 2026-04-17 15:53:24 +02:00
Create install.xml
This commit is contained in:
30
office365-installer/install.xml
Normal file
30
office365-installer/install.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<Configuration ID="A9B3AC9B-7436-4348-AFD5-8769F4D06A4A" >
|
||||
<Add>
|
||||
<Product ID="O365ProPlusRetail">
|
||||
<Language ID="MatchOS"/>
|
||||
<Language ID="MatchPreviousMSI"/>
|
||||
<ExcludeApp ID="Groove"/>
|
||||
<ExcludeApp ID="Lync" />
|
||||
<ExcludeApp ID="Publisher" />
|
||||
<ExcludeApp ID="Access" />
|
||||
</Product>
|
||||
<Product ID="VisioProRetail" MSICondition="VisPro,VisProR">
|
||||
<Language ID="MatchOS"/>
|
||||
<Language ID="MatchPreviousMSI"/>
|
||||
<ExcludeApp ID="Groove"/>
|
||||
<ExcludeApp ID="Lync" />
|
||||
<ExcludeApp ID="Publisher" />
|
||||
<ExcludeApp ID="Access" />
|
||||
</Product>
|
||||
<Product ID="ProjectProRetail" MSICondition="PrjPro,PrjProR">
|
||||
<Language ID="MatchOS"/>
|
||||
<Language ID="MatchPreviousMSI"/>
|
||||
<ExcludeApp ID="Groove"/>
|
||||
<ExcludeApp ID="Lync" />
|
||||
<ExcludeApp ID="Publisher" />
|
||||
<ExcludeApp ID="Access" />
|
||||
</Product>
|
||||
</Add>
|
||||
<Remove All="TRUE" />
|
||||
<RemoveMSI />
|
||||
</Configuration>
|
||||
Reference in New Issue
Block a user