SectionIn RO
SetOutPath "$INSTDIR" ;The 'program files' will go in this location
SetOverwrite ON ;Overwrite existing files.
File "..\BPQ32\Files\AGWtoBPQ.exe"
File "..\BPQ32\Files\BPQ32.EXE"
File "..\BPQ32\Files\BPQadapters.exe"
...and continuing for about a dozen more individual filenames But next I want to copy a folder named Documents and all it contents including subfolders so I triedFile "..\BPQ32\Files\Documents" But it failes with:File: "..BPQ32\Files\Documents" > no files found. I have also tried Documents\" and Documents\*.*" to no avail. In INSTDIR I want to add the Document subfolder and all it contents. I realize it says no files found, but there is a Documents folder at the same level as the individual files successfully being copied so there must be a similar way to specify it. I must not be specifying this correctly?