LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to deploy a design?

So i have finished with the development in LabVIEW 7.1.  How do I create an installer that user can installs and uses the application on a different computer?
0 Kudos
Message 1 of 16
(4,030 Views)
Hi!
   In the other computer, I suppose you don't have LabView installed.  In this case, you need Application Builder (see here).

   What LabView bundle do you have,the basic, full, developer suite....? In Basic LV 7.1 Application builder is not included.

   Hope this helps! Have a nice day!

graziano
0 Kudos
Message 2 of 16
(4,028 Views)
yes, my LabVIEW 7.1 does have application builder.  I've looked in your user guide, it does not much detail.
I'm wondering if there is a complete step-by-step tutorial for creating executable and installer available?
0 Kudos
Message 3 of 16
(3,961 Views)
There is a step-by-step procedure in the on-line help. Look for the topic 'stand-alone applications' and the sub-topic 'building'. Open that.
0 Kudos
Message 4 of 16
(3,959 Views)
I've tried these steps (refer to attachment) but nothing only .bld file was save to destination directory.
shouldn't it create a .exe file and other support files in  the destination directory?
0 Kudos
Message 5 of 16
(3,947 Views)
Sorry, but did you do step '9'?

After hitting 'build' some dialog should pop-up.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 6 of 16
(3,943 Views)
you're right a dialog did pop up really fast and then disappeared.
0 Kudos
Message 7 of 16
(3,940 Views)
Did you in fact select a top level VI to create the exe from? Did you change the default location for the exe to be created in? The default is not the same location as the source file or the .bld file. Attach your top level VI and the .bld file to help to see what might be wrong.
0 Kudos
Message 8 of 16
(3,932 Views)

This is what i did:

Tools>>Build Application or Shared Library (DLL)

     >Target tab:

          -Build target: Application(Exe)

         -Target file name: Calculator.exe

         -Destination dir: C:\myApp

         -Support file dir: C:\myApp\data

     >Source files tab:

         -Add Top-Level vi: Main.vi

         -Source file path: H:\projects\Main.vi

     >Installer Settings tab:

          -checkmark create installer

Save As: C:\myApp\Calculator.bld

Build

0 Kudos
Message 9 of 16
(3,923 Views)
I don't see anything wrong. What happens after you click build? Do you get a pop-up with a progress bar?
0 Kudos
Message 10 of 16
(3,908 Views)