Inno Setup: pack folder with all subfolders

Viewed 40740

I have this line in .iss file:

Source: "..\Tcl\*"; DestDir: "{app}\Tcl"; Flags: ignoreversion

which packs folder Tcl. But it takes only files inside folder, but does not take subfolders inside Tcl. Is there a way to take entire folder Tcl with all subfolders and files? (without listing all that subfolders line by line).

Inno Setup 5.4.2.

2 Answers
Related