It’s possible to exclude certain MS Office applications when sequencing an App-V MS Office package. To exclude certain applications from the Office 2013 suite when sequencing:
- First create an xml file called configuration.xml, specifying which Office apps to exlude:
<Configuration>
<Add SourcePath="c:\media\" OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>
-
Next download the Microsoft Office Deployment Tool
- Use the Office Deployment Tools to download the Office media using this command:
setup.exe /download c:\media\configuration.xml
- Create the App-V package using this command:
setup.exe /packager c:\media\configuration.xml c:\media\package