Archive: Maintaining directory structure


Maintaining directory structure
Hi,

Hope you can help me, I've been looking through the script reference and forums for a solution.

Basically within the files I want to install I have a sub-directory containing more files. I've included these into my script using the following:

File /r screens\*.swf

But when I run the installer it doesn't preserve the screens directory, instead it puts everything into the main directory.

I must be missing something really simple here but I can't find it. Do I just keep changing the output directory using SetOutPath?

Any help appreciated,

Crung.


SetOutPath $INSTDIR\Screens
File /r screens\*.swf