Report version of Adobe Flash

(imported topic written by SystemAdmin)

I am trying to get a report of the versions of Adobe Flash in my environment. So far I have this:

if ((exists folder “macromed\flash” of system folder) AND ((exists file whose (it starts with “flash” and it ends with “.ocx” )) then version of it as string)) else “N/A”

I imagine there mightbe an easier way, but I just need it to work, and could use some assistance.

Thank you

(imported comment written by SystemAdmin)

version of file (value “” of key “HKEY_CLASSES_ROOT\CLSID{D27CDB6E-AE6D-11cf-96B8-444553540000}\InprocServer32” of registry as string as lowercase)

(imported comment written by SystemAdmin)

JonL,

Thank you very much. I wasn’t even close.

I appreciate the assistance.