Archive: Multiple Directory Prompts in a single window


Multiple Directory Prompts in a single window
Hi I'm completly new to NSIS and hope fearfully that this question isn't asked any given week at least once ;-)

I have the job to find an install solution for our programs.
But these always have to have different target paths for a) program b) data locally c) data server d) reports or what ever...

So I was asked whether NSIS can do this:
A window that prompts all of these target directories to install.
These prompt may be disabled or even hidden by not choosing some features (so no path will be prompted for the reports if you don't want to install the reports).
Also after entering the default path the others should take this path as default with some extension e.g. TARGET + "\Reports".

Is this possible?
Does anybody have some sample code if it's possible?

Greets
Ravage


See Contrib\InstallOptions folder.

-Stu