Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

visa drivers

When compiling a program to be an executable file, there should be an option to select whether visa drivers(e.g serial) to be included besides the normal Labview drivers. The reason being that it is really very tedious to individually install the visa drivers (in addition to the exe program compiled) into multiples machines(e.g 300 machines).
0 Kudos
Message 1 of 2
(3,164 Views)
Hi,

You basically need to develop you're installer. If you only need to install a few drivers, the LabVIEW application builder installer can provide this functionality. The following knowledge base articles has some options using the installer and batch files:

http://pong.ni.com/public.nsf/websearch/940218C86275330A86256BBA0074780E?OpenDocument

http://pong.ni.com/public.nsf/websearch/A4B55CA4CAE930D1C1256C09007928E6?OpenDocument

If you need more sophisticated installer options or actions, there are some software packages dedicated to installer development (Wise, InstallShield, etc). you might need to use one of these software.

DiegoF.
0 Kudos
Message 2 of 2
(3,164 Views)