With this it will copy all files from res folder,
SetOutPath "$INSTDIR"
File "res\"
but I need to copy all subfolders and files in them. How can I achive that.
With this it will copy all files from res folder,
SetOutPath "$INSTDIR"
File "res\"
but I need to copy all subfolders and files in them. How can I achive that.
The manual is very clear, use File /r "yourfolder"
to copy the whole directory tree...
© 2022 - 2024 — McMap. All rights reserved.