LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have trouble in building stand-alone application, "you must intall Labview run-time engine on any computer on which you want to run this application"

since you have the runtime engine 7.0 already installed,  check the access rights on the  ..\\national instruments\shared folder.  the operator should have full access rights to this folder

0 Kudos
Message 11 of 19
(1,135 Views)
This brings up my biggest wish, which is to have real genuine stand-alone executables from Labview.  Having to install a multi-meg environment on each target machine isn't very satisfying.  If I could produce real stand-alone code, I'd uninstall my other compilers, and be a real happy camper.
 
 
Sheldon
 
 
Technical geek, engineer, research scientist, biodegradable...
0 Kudos
Message 12 of 19
(1,135 Views)
Are you trying to tell me that Visual basic and co are "stand-alone" executables?  What about the various VBRUN.DLL files to be found on any Windows PC.  Well I'll be darned if that's not the equivalent of a LV run-time.

The only difference is that Bill bundles THEM with his OS.

Do that with LV and the problem's solved.  Only problem is that they'd probably rather implement their own (inferior) version....

Hope this helps

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 13 of 19
(1,121 Views)


@sheldon Stokes wrote:
This brings up my biggest wish, which is to have real genuine stand-alone executables from Labview.  Having to install a multi-meg environment on each target machine isn't very satisfying.  If I could produce real stand-alone code, I'd uninstall my other compilers, and be a real happy camper.


Well, we had this in LabVIEW 4 and it was not very satifying. Every executable was several megabytes, because it contained the runtime "inside". Now, there is a shared DLL containing all the common code and the executable can be very small. If you have more than one executable installed, you immediately win :).
(I you had followed the size inflation of the runtime engine over the years, you would not want to include that with every little program ;))
 
This is not any different with other code. If you distribute a fortran program, you need to provide dforrt.dll, etc.
 
Maybe in a few years LabVIEW executables will be so prevalent that the runtime is included in a standard OS install. Who knows? 🙂
0 Kudos
Message 14 of 19
(1,120 Views)
At least the old style stand-alone executable (LV 5.0 and earlier ) should be made an option.  For many applications, the size of an execuable does not matter.
0 Kudos
Message 15 of 19
(1,113 Views)

Raghunathan,

Could it be that you have not installed NI-DAQ on your target machine?

Whilst the Application Builder can create an installer that optionally includes the LV Run Time Engine, but it does not install NI-DAQ.

NI DAQ has to be installed seperately - normally using the CD that comes with DAQ hardware, or download the (large) NI-DAQ from NI's web site.

You may also need to seperately install additional NI drivers for other hardware capabilities, such as GPIB and VISA if used.

Mark H.

0 Kudos
Message 16 of 19
(1,267 Views)
Hi

"Thank you all~

But the thing is I did include the run-time engine by checking the option in "advanced installer settings". Even with a simplest program, I still have the trouble."

I DONT HAVE THIS OPTION "advanced installer settings"

please could somebody explain me where to find it on labview 8

thank you so much

olivier
0 Kudos
Message 17 of 19
(980 Views)
In LabVIEW 8.0, things got a bit more flexible and you need to do two things. A built specification has now two parts:
  1. Create an application
  2. Create an installer

I assume you/ve done (1). For (2), just righ-click on the "Built specification" in the project window and select: "New...installer".

Here you specify what to install, including runtime engines, etc. Look for the setting under "additional installers".

 
0 Kudos
Message 18 of 19
(973 Views)
HI
thank you so much
even if I have already found that by myself after a couple  hours of research

thank you again

0 Kudos
Message 19 of 19
(953 Views)