LabVIEW comes with several DIAdem autosequences and built-in layouts
that are used by the Express VI. In a LabVIEW development system, they
are located in .vi.lib\Platform\express. In a built application, the
autosequences (*.vbs) are expected to be in the same path as the
LabVIEW-built EXE file. If you are using built-in layouts (which I
understand you don't), these layouts would be expected in a subpath
called .\templates.
The problem here is that LabVIEW does not automatically include the
autosequences and/or layouts with source distributions, built
executables, installers and such. You should be fine after manually
adding these files to your build specification:
.\vi.lib\Platform\express\PicExport.vbs
.\vi.lib\Platform\express\UpdateGraph.vbs
Hope that helps,
Herbert