Skip to content
⌘ NSIS Forum Archive

Detecting Adobe Integrated Runtime (AIR)

2 posts

pgg1#

Detecting Adobe Integrated Runtime (AIR)

Hi

I have been searching for a way to determine if AIR is installed on any machine.

I have done a search for "Adobe Integrated Runtime (AIR)"
and "Adobe AIR" in these forums and only a single link returns.

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


I have read this and its not very helpful.

Could someone please advise me on how to go forward.

Regards

Paul
pgg1#
I have found a solution.


ReadRegStr $R0 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe AIR" "DisplayVersion"
MessageBox MB_OK "AIR version is $R0"
Cheers