Valid values: | A list of file name wildcards, separated by commas |
Limits which [Files] and [InstallDelete] entries Setup will check for being in use. Files matching one of the wildcards will not be checked even if they match CloseApplicationsFilter.
For example, to check all files except MyProg.exe:
[Setup] CloseApplicationsFilter=*.* CloseApplicationsFilterExcludes=MyProg.exe
See also:
CloseApplications
CloseApplicationsFilter
RestartApplications