Archive: Create subdirectories in a defined section


Create subdirectories in a defined section
Hi All!,

it seems that my first post was not delivered so, i'm writing it once again.

This is my problem.

I have a section with some files in it, i defined the SetOutPath to my program's folder but one of the files defined in
my section is going to be installed in a subdirectory so, what i want to know is if there is any way to indicate a sub folder
creation in this section because i don't want to create another section just for one file.

Thanks in advanced,
NCR


You can use another call to SetOutPath:
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.9


Thank you very much! it worked!