LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Mads

Expand the preview feature of build specs to include the contents of exe and llb files

Status: New

If I make a build spec I often use the preview function to check which files will in fact be included as per the current specification, and where.

 

However, the preview feature of the build script only shows the individual files that will be generated, not the internal structure of composites like llbs and executables. It should be possible to expand these in the preview to see if a VI is included in it or not...:

 

 

llbpreview.png

2 Comments
DanyAllard
Active Participant

Should be the same thing about Packed Library

LabVIEW ChampionArchitect
d.w.b
Member

Agreed. Meanwhile, there is an unsupported LabVIEW.ini token NI_AppBuilder_KeepInternalLLB=True that generates an .llb or .zip file next to the build's .exe that will contain the internal VIs with preserved folder structure.