In previous versions, I've found it sufficient to include everything in the
run-time directory, c:\Program Files\National Instruments\shared\LabVIEW
Run-Time\x.x
"Johnner" wrote in message
news:506500000008000000D5E50000-1079395200000@exchange.ni.com...
> I have some quick and dirty LabVIEW 7.1 executables--no I/O of any
> sort--created using Application Builder that I want to share with
> others, and the full Run-Time Engine installer has never seemed more
> burdensome.
>
> In my efforts to bypass the LVRTE installer, I dug around and found
> that it should perhaps be sufficient in LV 7.1 to include lvrt.dll and
> lvapp.rsc in the same directory as the EXE.
>
> Indeed, although this technique allows the EXE to run on the target
> machine (no more "Unab
le to open resource files" message), the UI is
> oddly messed up in this configuration. Buttons are undecorated and
> grey, numerics controls don't have visible up/down arrows, etc. (unzip
> the attached file, copy your LV 7.1 lvrt.dll and lvapp.rsc files into
> the same directory, and run the EXE to see)
>
> My question is: is it better now--in these days of terribly complex
> LabVIEW with its legion of supporting libraries--to avoid this
> particular technique with an EXE, no matter how simple? It seems that
> I'm close here, and still with a pretty small footprint, but the
> usability suffers too much with the panel looking the way it does.
>
> Any suggestions on the missing element here?
>
> Thanks,
> John