I use an included table in many of my applications, in there I store binary files that may be
useful at runtime, documents, .dlls, executables, anything I need after the install.
I search the table, find the binary and use STRTOFILE(binaries.binary,m.Filename) to drop
them where required...