My scenario is currently that I'd like the possibility for users to skip installation of certain files that a user might have specified via a command line argument at install time.
The idea would be for the user to specify a text file and ideally during installation, the installer would check if the file currently being copied is listed in the supplied text file and decide depending on that.
My [Files]
section atm is referencing full directories: would the best approach be to list all files individually and make use of the Check
parameter or is there a different approach available? There seems to be no event function that would lend itself for this task.
Thanks Markus