08-13-2014 11:51 AM
I've built executables using the application builder addon. There are no calls to external .dlls, etc. I've had several coworkers install the latest runtime environment on their machines but they still cannot run the executables. Machines have been rebooted, standard troubleshooting. Are there other files I need to get them to install? This seems like it should be a simple process....
Solved! Go to Solution.
08-13-2014 12:01 PM
The easiest way would be to create an installer by yourself - you do own the application builder, so create an installer which includes the correct LabVIEW runtime engine and any other drivers you might need (VISA, DAQmx, ...).
Installation of the runtime engine is possible too, but be careful:
You need the correct full version of the runtime engine. For LabVIEW 2013 32-bit it would be this one here:
http://www.ni.com/download/labview-run-time-engine-2013-sp1/4539/en/
NOT the smaller web-browser plugin.
If you happen to use LabVIEW 64bit, you need the 64bit version of the runtime engine.
In summary, lots of errors possible.
Regards, Jens
08-13-2014 12:17 PM
08-13-2014 02:18 PM
I do understand the problem with IT... but: for further updates just distribute the new exe (like now) and let users exchange the old exe by themselves (like now). I would assume that you need IT support for the installation of the runtime engine too.
Regards, Jens
08-14-2014 07:05 AM
32 bit installer fixed the problem, thanks for the help