Archive: How to include a Folder


How to include a Folder
I am trying to include the folder containing files but could not.
--------------------------------------------------------
SetOutPath $INSTDIR
; Put file there
File "file1"
File "file2"
--------------------------------------------------------
including individual file is time consuming, is there any command so that i can give the complete path of the folder and can include the complete folder (containing no. of files ) at once.


http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.5