Remove-MSIApplications - Is64BitApplication not working?

Hello PSADT Users

I tried this line of code during my Java 8 x64 upgrade however the my 32bit Java 7 was also removed.

I assume that it will remove only a Java 7 or 8 that is 64bit.

Can someone help me out?

Current Installed Apps
Java 7 - x86
Java 7 - x64

Remove-MSIApplications -Name ‘Java 8 Update’ -FilterApplication (‘Is64BitApplication’, $true, ‘Exact’),(‘Publisher’, ‘Oracle Corporation’, ‘Exact’)

Remove-MSIApplications -Name ‘Java 7 Update’ -FilterApplication (‘Is64BitApplication’, $true, ‘Exact’),(‘Publisher’, ‘Oracle’, ‘Exact’)