I'm writing updater program in C++, i need extract files from them. I'm using Microsoft Visual Studio.
What I'd like the achieve:
- User runs exe
- exe unpacks files
- exe runs one of extracted files
Can anyone recommend a good solution?
Thanks!
I'm writing updater program in C++, i need extract files from them. I'm using Microsoft Visual Studio.
What I'd like the achieve:
Can anyone recommend a good solution?
Thanks!
Extracting resources from a file with C++:
Extract file from resource in Windows module
Self-Extracting Executable C++
http://www.codeproject.com/Articles/4221/Adding-and-extracting-binary-resources
You're writing an updater.
So your program should: