> This seems a bit pilfy, but why does the Custom Installer for Build
> Application create a "run-time engine", yet when you create a
> stand-alone .EXE it works fine without it?
>
> Can you have an installer without creating excess programs?
>
Starting with LV5.1, built applications require a Runtime DLL to be
somewhere on the computer where it can be found. It doesn't need to
be installed once for each executable, but again, it needs to be
installed once. When building the executable installation, you
should be able to check whether or not the DLL is included.
Greg McKaskle