Archive: Preserving directory structure


Preserving directory structure
I'm trying to script a very simple installer for a program with a handful of directories and sub-directories and I'm having trouble keeping the structure of the original program.

when I simply define "File" in my script as the directory my program's in, it doesn't include subdirectories
I've tried zipping the whole thing, but I can't figure out how to have the installer un-bundle the zip during install.

is there a simple way to have what the installer installs be the same as the source files/directory?


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


perfect, thank you! :)