LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Installing VISA run-time with distribution

I have created distribution kit to my project using CVI tool. Full Runtime engine is included to this distribution kit. But at run time viOpenDefaultRM() function returns error 'BFFF009E' i.e. VI_ERROR_LIBRARY_NFOUND.
0 Kudos
Message 1 of 2
(3,274 Views)
Hi misha,

It sounds like your dist. kit did not install the VISA rte correctly. If you go and download the rte from our website and install, that should fix the problem. As for including it into your dist kit, I would also try using the rte you downloaded instead. To do this, create a new file group in the Kit Settings Dialog. Add the rte executable. Then go to the Advanced Settings and specify an executable to run after installation. I would select the rte, and to install quietly add /q as a command line parameter. This should allow you to install your application, and then run the rte quietly. Hope this helps!

Jeremy L.
National Instruments
Jeremy L.
National Instruments
0 Kudos
Message 2 of 2
(3,273 Views)