Inno Setup Iterate over [Files] section in Pascal code

Viewed 1588

In an Inno Setup script, I need to copy a number of files to multiple user-defined locations. In order to do this, I'd like to iterate over the sources in the [Files] section, and FileCopy() them multiple times depending on the user-defined settings and properties of the files.

Is it possible to access the sources in the [Files] section using a script?

1 Answers
Related