I have a line in ISS file:
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 subdirs line by line).
Inno 5.4.2.
| ||
add a comment
|
11
|
Yes, there is. Simply include the
recursesubdirs flag to your [Files] section entry. The help says about this flag the following:
So, all you should do is modify your
[Files] section entry this way:
|
http://stackoverflow.com/questions/20790114/innosetup-pack-folder-with-all-subfolders