I want to ask that how to compile different files with one executable file (or more into one). Or simply, let's say that we have following files: Setup.exe, data.bin, redirect.exe, Monitoring.txt, Completed.txt
How can I compile or pack all files in one executable file in a way that when the executable file is executed, only Setup.exe executes?
Comments
Post a Comment