Archive: Changing current NSIS directory


Changing current NSIS directory
Is it possible to change the curent directory being searched by NSIS when using the File command. I have kept my installer and options files out of my application hierarchy. However, I would like to use the File command to recursively match directory names and preserve the directory structure in the output.


!cd should do the trick.

Stu