Installing M365 while keeping InfoPath 2013

Hi guys,

I'm trying to set an automated installation for M365 which would keep InfoPath 2013, while removing the rest of Office 2013.

It seems simple enough when you look at it from the online configuration tool since there is an option not to install infopath. but when I run the setup.exe /configure *configuration file generated*

Infopath still gets uninstalled.

Help would be greatly appreciated.

Here is the Configuration file.

<Configuration ID="58fa23cf-14e5-4e23-95a7-8d77b721f052">

<Info Description="" />

<Add OfficeClientEdition="32" Channel="Broad" OfficeMgmtCOM="True" ForceUpgrade="TRUE">

<Product ID="O365ProPlusRetail">

<Language ID="MatchOS" />

<Language ID="en-us" />

<Language ID="fr-fr" />

<ExcludeApp ID="Groove" />

<ExcludeApp ID="Lync" />

<ExcludeApp ID="OneDrive" />

</Product>

<Product ID="LanguagePack">

<Language ID="MatchOS" />

<Language ID="en-us" />

<Language ID="fr-fr" />

<ExcludeApp ID="Groove" />

<ExcludeApp ID="Lync" />

<ExcludeApp ID="OneDrive" />

</Product>

</Add>

<Property Name="SharedComputerLicensing" Value="0" />

<Property Name="PinIconsToTaskbar" Value="TRUE" />

<Property Name="SCLCacheOverride" Value="0" />

<Property Name="AUTOACTIVATE" Value="0" />

<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />

<Property Name="DeviceBasedLicensing" Value="0" />

<Updates Enabled="TRUE" />

<RemoveMSI>

<IgnoreProduct ID="InfoPath" />

<IgnoreProduct ID="InfoPathR" />

</RemoveMSI>

<AppSettings>

<Setup Name="Company" Value="\*Company Name\*" />

</AppSettings>

<Display Level="None" AcceptEULA="TRUE" />

<Logging Level="Standard" Path="\*LogPath\*" />

</Configuration>