LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I build an executable application which can be run on any computer even without run-time engine installed in it?

how can I build an executable application which can be run on any computer even without run-time engine installed in it? Thanks.
0 Kudos
Message 1 of 4
(4,760 Views)
applehan wrote:

> how can I build an executable application which can be run on any
> computer even without run-time engine installed in it?

While some people have figured something out to do that, which involves
to add quite a lot of files to the list of files in the application
builder setup and copies all of these files into your installed
applications directory, it is not a very good solution as you are likely
to have to adapt this list and maybe even the procedure with each new
LabVIEW version.

Instead go into your Application Builder, select the Installer Settings
tab, then select the Advanced button and in the dialog showing select
the LabVIEW Runtime-Engine checkbox, et voila. Depending of what
additional functionality your application might u
se you can check some
or all of the other checkboxes too, but don't include anything you don't
need. It just bloats your installation files and adds extra stuff on
your harddrive.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 4
(4,760 Views)
Or write the application in LabVIEW 5.0 or 5.1. the Application bulder there creates exe files without links to a runtime engine (it didn't exist back then).

This will result in executables of around 3-4 Megabytes each (at least), and doesn't support the new features of LV 6 or 7, but if it's absolutely neccessary......

Shane.

PS Bear in mind, you'll need another license.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 3 of 4
(4,760 Views)
Run the app builder of labview and add as support file the lvrte.dll you
find in ...\national instruments\shared\labview run-time\5.1\ and
disable at Installer - advanced the RunTimeEngine.

applehan wrote:

> how can I build an executable application which can be run on any
> computer even without run-time engine installed in it?
>
> how can I build an executable application which can be run on any
> computer even without run-time engine installed in it? Thanks.
0 Kudos
Message 4 of 4
(4,760 Views)