Additional Information
Although you cannot run VIs directly from the LabVIEW Run-Time Engine, you can create an LabVIEW executable from a VI that can calls another VI dynamically through the
VI Server. The dynamically called VI does not have to be compiled with the executable, but it needs to have properties and methods supported on the LabVIEW Run-Time Engine.
For example, the dynamically called VI will not be able to run if it includes
Block Diagram:Get Image Scaled Method since this is not supported on LabVIEW Run-Time Engine.