Skip to content
⌘ NSIS Forum Archive

How to detect Adobe Flash Player?

3 posts

oldfriend#

How to detect Adobe Flash Player?

Seems all the present here scripts:





are not suitable for detecting AFP on the Win XP, 7,8 (x86 and x64). So is there more modern and multipurpose way?
Afrow UK#
A quick look in my registry shows a HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer registry key with a CurrentVersion value.

Stu
oldfriend#
Thank you , Stu

Seems for my needs most suitable appeared checking of

"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin" and there "DisplayVersion"

Checked on WinXP (32), Win7 (32 and 64), Win8 (32)