Hello, i have a little big problem.
I have an application that needs to 'download' two exe files but i don't want to make internet connections and ...
So my application verifies the system time and should 'extract' the .exe for x64 or x86.
But i don't know how to 'embed' that 2 exes in my app.
Ex :
I have APP.EXE
and 164.exe
and 286.exe
I want an example for doing that :
When i start app.exe, my applications 'extracts' 164.exe from himself and outputs that file near him.
Please, help !