07-03-2017 02:00 AM
Hi I've created a project with LV17 professional and i have to install it on a pc with no labview (nothing) installed on it.
So i've downloaded a run time 17 for the pc but when i run the exe a visa error occur (missing some driver).
The question is.. Is missing something into the runtime from the national site or what?Do I need to generate a specific runtime from my lv 17?
07-03-2017 02:09 AM - edited 07-03-2017 02:10 AM
Hi Fajolo,
to distribute your executable you have to follow two steps:
1. create an executable from your VI/project
2. create an installer using your executable from step 1 and include all drivers needed in the setup routine.
Then run the installer on this "PC without LabVIEW"…
07-03-2017 04:11 AM
You clearly forgot to add the VISA package to the installation. Either fix and rebuild or download and install on target. The runtime is only core functions, other driver packages supports DAQ, VISA, IMAQ and similar.
/Y