Archive: How can include a directory as subdir of $INSTDIR


How can include a directory as subdir of $INSTDIR
I have 2 directory that I need to include as subdirectories of the "$INSTDIR".
I tried to declare as:
File: "F:\Dist\dist\lib" -> no files found.
But i get the following error:
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
Error in script "F:\RFV-WorkFiles\DT_Danil_EQM\SoftwarePendulumEQM\MQE_Pendulum_2006\Python_rfv\May2007_PyHypnoMet\Dist\NIST_Setup\MakeInstalle_PyHypnoMet.nsi" on line 31 -- aborting creation process
Here i wanted to have the '\lib' directory included in the installer and to unpack as subdirectory of the $INSTDIR.

Any idea how to do that ?

thanx


Sorry I got it finally:

File /r F:\RFV-WorkFiles\Dist\dist\*.*
File /r F:\RFV-WorkFiles\PyHypnoMet\SoundLib