NSIS copy subfolders and files in them to install dir
Asked Answered
D

1

20

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.

Disqualification answered 29/10, 2011 at 13:30 Comment(0)
S
36

The manual is very clear, use File /r "yourfolder" to copy the whole directory tree...

Sociopath answered 29/10, 2011 at 16:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.