Hello All,
I'm having trouble with the new office365 click-to-run app exclusion option. I've watched the office garage web series on this and the config.xml file looks almost identical, but for some reason the apps will not be excluded during the install. Running the May 7th, 2014 build of the office deployment tool. Below is the config file, is something configured wrong? Or is there some patch that needs to be applied?
<Configuration><Add SourcePath="C:\o365" OfficeClientEdition="32">
<Product ID="O365ProPlusRetail" >
<Language ID="en-us" />
<ExcludeApp ID="Infopath" />
<ExcludeApp ID="Access" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="SharedComputerLicensing" Value="1" />
</Configuration>