Exclude a specific sub directory
Dear all,
I'm using CopyFiles like below,
CopyFiles /SILENT "$EXEDIR\AppName\*.*" "$INSTDIR"
With the above command i'm able to copy all the files including all the subdirectories to my installation folder,
the thing is want to exclude a specific subdirectory let us say "images". Because in my application i have 2GB sized images folder is there, i don't want to install that every time, infact when the installer chooses the Checkbox for images in the previous screens of setup then only images should copy, that i can achieve, but how to exclude copying that folder using the above.
Expecting solution.
Thanks in advance,
Srinivas N