I built my application (Target file path, C:\LV\MyApp.exe) with
Application Builder in LabVIEW 7.1 using the option "Small target file
with external files for subVIs". The "LLB for Other files" path was :
C:\LV\MyApp.llb.
Then I installed the program in another computer with the created
installer (installed in C:\Program Files\MyApp). It turned out that
MyApp.exe couldn't find the VIs in C:\Program
Files\MyApp\MyApp.llb\MyApp.llb. (I wonder why the installer created a
folder named MyApp.llb instead of simply putting MyApp.llb in
C:\Program Files\MyApp\).
Did I miss anything for this or it's a bug for LV 7.1? I only saw this
problem with LV 7.1. I did the similar thing with LV 6.0.2 where the
LLB file was simply
put in the same folder as the application and no
complaint.
TIA,
GC