11-23-2015 08:06 AM
Hello,
I have an executable Labview file that I want to launch. On my first try it didn't work saying that I have to install Runtime engine.
So I installed it, all went fine, it asked me to reboot the computer etc.
But now the problem is still the same, even with the installation done it says that runtime engine is missing, so I don't know what I have to do more to make it work 😕
Someone has an idea ?
11-23-2015 08:13 AM - edited 11-23-2015 08:14 AM
Which version of LabVIEW was the executable built in? Which version of the runtime engine did you install? You must have the same major version number (e.g. RTE 2011 or 2011 SP1 for a LV 2011 executable).
You will also need to install any necessary drivers, depending on what hardware your executable uses (e.g. NI VISA, NI-DAQmx).
If you made the executable, I suggest you make an installer - you can include the appropriate version of the runtime engine and any necessary drivers (and if you're using a recent version of LabVIEW, it selects these options automatically).