Jerry_June Posted March 2, 2008 Report Share Posted March 2, 2008 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? Quote Link to comment
Ton Plomp Posted March 2, 2008 Report Share Posted March 2, 2008 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 Quote Link to comment
Jerry_June Posted March 2, 2008 Author Report Share Posted March 2, 2008 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? Quote Link to comment
mross Posted March 2, 2008 Report Share Posted March 2, 2008 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 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.