Archive: Directories


Directories
Hey,

I have something like this:

SetOutPath "$INSTDIR"
File "${MUI_FILE}\*"


Now the problem is that it only takes the files under my dir.
While there are more dirs underneat it and also needed to be included(but with the big amount, i don't want to write each dir apart)

Is their a way to do this trick ??

Thanx in advance


Use the /r switch. (It's documented in the help files.)