I have multiple executable files. I want to write a program using cpp which will extract them to a specific location. Like unpacking a zip archive but i want it to be an executable and work in any clean install of windows. (vista or later) Is there a way to do it?
Edit: I know how to make a self extracting zip file, i want to learn how can i do it myself.