LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to know whether a machine has installed CVI in VC?

How to know whether a machine has installed CVI 5.0 or above version in VC?May I read system registry to make sure?
0 Kudos
Message 1 of 2
(2,659 Views)
Reading the registry is a perfectly valid way for you to tell if CVI 5.0 or up is installed. Just search the registry for the HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\CVI\5.0 key and its data values will even contain the path where it was installed. There will be a different version number where "5.0" resides in the key above indicating which version is actually installed.

Jason F.
Applications Engineer
National Instruments
www.ni.com/ask
Message 2 of 2
(2,659 Views)