06-09-2014 04:52 AM
I'm deploying a project including custom FPGA code to a Vector Signal Transceiver system. The host operating system is Windows. What do I need to install for runtime support? (i.e. no LabVIEW development install)
Solved! Go to Solution.
06-12-2014 08:56 AM
Hi ToeCutter,
In order to run the VST application on the machine without LabVIEW development installed, you will need to install:
1. NI RF Device Drivers
http://www.ni.com/download/ni-rf-device-drivers-2014.03/4671/en/
2. LabVIEW Run-Time
In your project you can build an installer and configure it to include the LabVIEW run-tim.
Here is a quick tutorial:
Building an Installer (Windows)
http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/build_installer/
I hope that you will find it useful.
Kind Regards,
06-12-2014 09:02 AM
Thankyou for the detailed response, Max. Much appreciated!