I want to pack all the files in such a folder
Source: "...Src\*";DestDir:"{app}";Flags: ignoreversion recursesubdirs createallsubdirs
But I want it to pack all the files inside Src, with the exception of one file.
I hope that there is some code that would not pack the file.
source
share