As we get more devices under intune management, we've found some machines have different 32/64 versions of software installed
One example is Chrome, some of our users have a 32bit version
We have a chrome app deploying to machines with the detection method looking for the 64bit version.
This method doesn't recognize the 32bit version of chrome, tries to install, and fails (since chrome is already installed, just different version)
Is there any method to check for 2 conditions with an OR statement in the detection method? Checking for both the 64bit version of chrome or the 32 bit version?