I believe the relevance is this fixlet may need a tweak.
if(x64 of operating system) then (not exists key whose ((((it = “Adobe Acrobat DC (64-bit)” OR it starts with “Adobe Acrobat DC (64-bit)” OR it = “Adobe Acrobat (64-bit)” OR it starts with “Adobe Acrobat (64-bit)” OR it contains “Adobe Acrobat” OR it contains “Adobe Acrobat DC”) AND (it does not contain “MUI”)) of (value “DisplayName” of it as string)) AND (it = “23.006.20320”) of (value “DisplayVersion” of it as string as version)) of keys “HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall” of registry ) else (not exists key whose ((((it = “Adobe Acrobat DC (64-bit)” OR it starts with “Adobe Acrobat DC (64-bit)” OR it = “Adobe Acrobat (64-bit)” OR it starts with “Adobe Acrobat (64-bit)” OR it contains “Adobe Acrobat” OR it contains “Adobe Acrobat DC”) AND (it does not contain “MUI”)) of (value “DisplayName” of it as string)) AND (it = “23.006.20320”) of (value “DisplayVersion” of it as string as version)) of keys “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of registry )
This statement is false when a computer has both Acrobat 2023.00320284 and Acrobat Reader 2023.006.20320 installed.
The fixlet is relevant on my devices when Acrobat 2023.00320284 and Acrobat Reader 2023.00320284 are installed.