There are a lot of tutorials that show on how to merge multiple files (not including folders). It will be nice if I could merge a directory and it's files so that when the user clicks on the exe or msi file windows extracts those files to the destination that I select (just as if I where to copy the directory that I want to merge).
I want to create something similar as when creating a Setup Project in Visual studio.
If I where to build this project, and execute the file that was created (setup1.exe) I will lauch an install wizard and the same directory that I draged to my project will be "uziped".