Reputation: 362
I want to pack all files in a folder like so:
Source: "...Src\*";DestDir:"{app}"; \
Flags: ignoreversion recursesubdirs createallsubdirs
But I want it to pack all files inside Src
except for 1 file.
Hopefully there is some code to exempt a file from being packed.
Upvotes: 8
Views: 2809