Copy folder
I want to copy(not move) the folder( all files and subfolders inside it) from source to destination. How to do it?
Archive: Copy folder
Copy folder
I want to copy(not move) the folder( all files and subfolders inside it) from source to destination. How to do it?
CopyFiles will copy folders too.
CopyFiles "$EXEDIR\Directory" "$INSTDIR" ; An example...
See the documentation and examples that come with NSIS which discuss much of this in depth.