A couple clarifications here,
First, the Application Builder is included only in the Professional version
of LV.
The Full Development System and Base Package systems require the additional
purchase of Application Builder, which is $995.
Also, full LabVIEW does not need to be installed on the target machine.
Only
the run-time library (lvrt.dll) is required to run .exe's created with the
App Developer.
LV 5.1 allows you to have a smaller .exe and install the run-time
separately.
Alan
Rick Nelson wrote in message
news:385105B0.93CAA504@csciences.com...
> It's already built into LabVIEW. Just go to Project -> Build
> Application...
>
> From there it's pretty easy. Take out the included file (serpdll) if
> you don't use Serial Port commu
nications. Add your Top Level VI, then
> all your subVI's. You can even use a custom icon (3rd party software
> needed to create them). 5.1 even lets you create an installer.
>
> Keep in mind that you need either LabVIEW or the Hi-Q engine on the PC
> to run the .exe files for LV 5.1, which sucks. Fortunately, the Hi-Q
> disks can be made easily (at the end of the Build App proccess), and
> they fit onto 2 1.44MB disks. (copy the data2.cab file to one disk, all
> the other files to another).
>
> Rick