Archive: All files in the installer


Include files into the installer
I'm using the example code "Simple installer with JRE check" (see attached). It works perfectly. In the example, all files in the "stream" directory are being copied to Program files\YourApp
How do I do to put the files inside the installer.exe file, so I don't have to distribute both the installer file, and the stream directory?


Oh, now I under stand how it's working; the compiler reads the files from the stream directory, and builds in them into the exe file