(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