03-13-2014 11:36 AM
Solved! Go to Solution.
03-14-2014 09:43 AM
Hi FrankDM,
It sounds like you are missing the LabWindows/CVI Run-Time Engine on the target machine. You will need this on any computer that you want to run a CVI .exe on. The easiest way to resolve this is to build your application into an installer. With an installer, you can include the .exe and the run-time engine in one package.
You can do this by going to: Build >> Distributions >> Manage Distributions
Then click New and define the new installer you want to create. When you finish, an "Edit Installer" window will open. On the "Drivers & Components" tab, you can select the items you would like to include in the installer along with your .exe. You will notice that the run-time engine is already included. Now, when you deploy this installer, the run-time engine will be automatically installed on the target machine.
This article provides more details about deploying the run-time engine:
http://zone.ni.com/reference/en-XX/help/370051Y-01/cvi/programmerref/cvirtengine/
Regards,