Is there any way to exclude the folder located under the dynamic link in InstallShield?
So, I have a dynamic link that starts with PATH A, and the following small sample directory structure:
PATH A
I currently have a dynamic link that starts with PATH A, includes auxiliary directories, and uses *. * wild card with some obvious file exceptions.
Now I want to completely exclude the directory, for example, completely exclude PATH F from the above directory structure.
source
share