I also want to exclude directories. This worked nicely also for Eclipse- and SVN-directories like .svn .
But now I need to exclude another directory including everything 'below'. And this does not work. The directory and it's contents are in the resulting installer.
This is the command I use, HTDOCSclean and HTDOCSobf are the directories I want to exclude:
NSIS version is 2.45File /r \
/x *.jpg /x *.gif /x *.png \
/x .svn \
/x HTDOCSclean /x HTDOCSobf /x Thumbs.db \
/x .project /x .settings \
"*.*"
OS is XP
What I am doing wrong? Can you help me please?