Separating Compiled Code from VIs and Other File Types

Separate compiled code from VIs, thereby creating source-only VIs, for the following reasons:

Do not separate compiled code from VIs that you intend to load or run using the LabVIEW Run-Time Engine. The Run-Time Engine cannot run these VIs because it has no access to the compiled object cache that stores the separate compiled code. If you intend for VI hierarchies that you check into source control to run on the Run-Time Engine, build a source distribution with the VIs.

From Which Files Do You Want to Separate Compiled Code?