kinda off-topic
alright, this is not exactly a nsis-related question, but as i didn't get any response from the 7-zip developer i'm hoping for an answer..

i'm using the following command in my script, but the exclude switch (-x) doesn't work. doesn't make a differnce if i add the work directory switch (-o) or if i add the full path to the -x switch.

nsExec::Exec '$EXEDIR\bin\7za.exe a -mx=9 -r "$DESKTOP\$0.7x" -x!nsExec.dll "$PLUGINSDIR\*.*"'

can anyone tell me if i'm doing something wrong or if it's a 7-zip bug (i already reported it, but didn't get any response).