I am using NSIS Version V2.46
the code i am using is
ReadRegDWORD $0 HKLM "SOFTWARE\Wow6432Node\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\National Instruments\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\National Instruments\NI-VISA for Windows 95/NT\CurrentVersion" Version
I am new to NSIS may I know how to find the value that gets stored in the variable $0
|