Archive: Detecting Adobe Integrated Runtime (AIR)


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.

http://forums.winamp.com/showthread....grated+runtime

I have read this and its not very helpful.

Could someone please advise me on how to go forward.

Regards

Paul


I have found a solution.


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


Cheers