From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Run Time engine not found on an application created in LabVIEW

Solved!
Go to solution

I created an .exe application from a LabVIEW project that works fine on the computer which has LabVIEW. But when I tried to run it in a different computer its showing error LabVIEW run time engine not found. I googled it and found that it is because an lvrt.dll file is missing. How can I create the .exe application with the lvrt.dll file so that I can run the application in any PC?

0 Kudos
Message 1 of 3
(2,289 Views)
Solution
Accepted by govindsankar

Hi Govindsankar,

 

as with any other executable is done also: create an installer!

(To create an installer is another option in the AppBuilder…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,270 Views)
Solution
Accepted by govindsankar

@govindsankar wrote:

How can I create the .exe application with the lvrt.dll file so that I can run the application in any PC?


You can't. At least not easily.

 

You can

1) Create an installer that installer the RTE and the executable

2) Install the RTE manually (download and install), and the executable will run.

 

The RTE is required, and needs to be installed. It's (very) hard to get around that.

Message 3 of 3
(2,263 Views)