superrock
26th February 2002 14:54 UTC
Excluding Files
Hi,
Is there a possibilty to exclude files from the wild card list?
E.g. for excluding local configuration.
A syntax like following could be used, if being implemented:
File /r c:\application1\files\*.* /x host.ini
Comments ?
Regards,
Andreas;)
SmartyMan
27th February 2002 00:11 UTC
Re: Excluding Files
Originally posted by superrock
A syntax like following could be used, if being implemented:
File /r c:\application1\files\*.* /x host.ini
Comments ?
I would really like to see this, too - thats more or less what I've planned with the "Pattern" function in NSISplus, but an implementation in makeNSIS would be the more efficient solution, of course.
cchian
27th February 2002 00:54 UTC
For flexibility, this could be implemented the way command-line compression software does it:
* Specifying the file(s)you want to exclude/include
* Specifying the name of a text file that lists the files you wish to exclude, including wildcards.