Archive: Non self-contained possible?


Non self-contained possible?
I want to build an installer which does not contain any file, just copies the files in the same dir the installer is to $INSTDIR. Is this possible?


use the CopyFiles instruction


Thanks! :)