LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can you put the labview runtime engine in a vi?

hello,
can you put the labview runtime engine in a vi when you build an application or do you need to install it separately on each computer that is going to run a labview application?  thank you
0 Kudos
Message 1 of 9
(4,202 Views)
When building an installer for your EXE you have the option to include the run-time engine. Which version of LV are you using



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 9
(4,194 Views)

Back in LabVIEW 4.0 no runtime engine was needed because everything was included in the single executable. This had the disadvantage that even the simplest standalone program was several MB large.

WIth the size of todays runtime engine, each program would probably be a few hundred MB :o, so it is a good thing that the runtime engine is seperate. Just install it once on each machine. 😉

Message 3 of 9
(4,188 Views)
I am using version 8.0.1.  Thanks
0 Kudos
Message 4 of 9
(4,182 Views)
In LV 8 when you are in the project you can build an EXE and you can build a seperate installer. When you are in the installer build you have the option to select additional installers, check the runtime installer or any additionaol installer that you need.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 5 of 9
(4,146 Views)
Can someone explain the process.  In the vi front panel I go to Tools and then Build Executable but after that I can't find an option to install the runtime engine.  Thanks
0 Kudos
Message 6 of 9
(4,139 Views)
In your project explorer window, right click on the build specifications and select New>Installer. The rte is listed in the Additonal Installers category along with any others that the app may require.
Message 7 of 9
(4,131 Views)

I found the tutorials in labview help pretty good

 

 

Example: Building a Stand-Alone Application 

 

 

Example: Building an Installer (Windows) 

 

 

This certainly got me started working with the project explorer to build and deploy your application.

 

Hope this helps

 

 

David

 

 

Message 8 of 9
(4,125 Views)
Thank you for the support I think I got it from here.
0 Kudos
Message 9 of 9
(4,108 Views)