I have made an installer with Application Builder for LabVIEW 6 and I have selected the following build option: "Small target file with external file for subvis". After building the application, I can find both MyApp.exe and MyApp.llb are stored in the same release folder.
But when I run the installer on another machine, the MyApp.llb file is installed in a folder named "MyApp.llb" and the MyApp.exe cannot be run until I locate the MyApp.llb file every time or I physically move the MyApp.llb to the same folder as MyApp.exe.
Very inconvenient!