File /x
Hi all,
I received the error message:
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
Error in script "C:\Documents and Settings\emanuele\Desktop\Babelgum Beta\test.nsi" on line 101 -- aborting creation process
at the last line of my code:
SetOutPath "$INSTDIR"
SetOverwrite on
File *.dll /x "xul.dll"
What's wrong with it, it's something like specified in the manual.
The file is present and if I remove /x "xul.dll" it works.
thanks for any help
bye