What is the best way to avoid both of these? My command and config file is as follows:
setup.exe /config /configuration.xml
<Configuration>
<Add OfficeClientEdition="64" Branch="Current" SourcePath="myserver">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="Visio" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="Groove" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
Thanks in advance!