Locked
1
Reply
1
Correct answer by
davewg
AUTHOR
0
New Here
,
/t5/flash-player-discussions/detecting-flash-player-version-from-outside-browser/td-p/772528
Feb 05, 2009
Feb 05, 2009
Copy link to clipboard
Copied
Hi there,
I was wondering if it is possible to detect the version of the Flash Player on a Mac, but from outside of the browser. Our product needs to know what Flash version is present as installation time, so I need to detect it via shell / perl script.
Does anybody know if this is possible, and what might be the most efficient approach?
King Regards
davewg
I was wondering if it is possible to detect the version of the Flash Player on a Mac, but from outside of the browser. Our product needs to know what Flash version is present as installation time, so I need to detect it via shell / perl script.
Does anybody know if this is possible, and what might be the most efficient approach?
King Regards
davewg

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
New Here
,
Feb 06, 2009
Feb 06, 2009
Hi, just for reference, using a shell script to retrieve the
CFBundleShortVersionString key from plugins plist seems like a good
way to go. Plugin is in /Library/Internet Plug-Ins.
New Here
,
LATEST
/t5/flash-player-discussions/detecting-flash-player-version-from-outside-browser/m-p/772529#M11529
Feb 06, 2009
Feb 06, 2009
Copy link to clipboard
Copied
Hi, just for reference, using a shell script to retrieve the
CFBundleShortVersionString key from plugins plist seems like a good
way to go. Plugin is in /Library/Internet Plug-Ins.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
