Jump to content

How to build the application without.......


Recommended Posts

QUOTE(Jerry_June @ Mar 1 2008, 03:45 AM)

Dear all,

I can build the application from vi to exe, but it also need the Run-time for run this exe file, so i want to run it on computer that have no labview and have no labview run-time, how can i do?

If you have LabVIEW 8.x you can create an installer that can include the LabVIEW runtime.

Ton

Link to comment

QUOTE(Jerry_June @ Mar 1 2008, 02:52 AM)

Ok, I know, but i want to ask that went i created it already in labview 8.x, after that i copy it to other computer that have no labview program, how can i do if i want to run it in that computer?

You will need the runtime engine to be on the computer or there is no way it can possibly work. If you have a Java app you need the JRE - same thing.

You can install the engine as a separate step (it is cost free) or do as Ton said build the .exe so that it installs the engine.

Another option is to use VI Server functions to run it over a network.

Mike

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.