I have developed TestStand (2016 - 32-bit) program.
I'm also using LabVIEW 2017 Development System for writing programs.
I'm using LabVIEW simple user interface for running sequence file. (build EXE).
If I select Configure -> Adapters -> LabVIEW Development System as LabVIEW Adapter Configuration and press "Run" button on simple user interface, LabVIEW modules are loaded very quickly, but when I don't want to use this, and I select LabVIEW Run-Time Engine as LabVIEW Adapter Configuration, loading last very long before sequence run.
How can I speed up loading? Must I include search directories somehow for VIs to be loaded faster? Why this two adapters load VIs soo different?