Archive: InstallOptions


InstallOptions
I would like to see an example of a script with InstallOptions call. Can I make that conditionally a page will be shown if this page is a custom page? My problem is:

I have subsections A,B,C. These three subsections have each of them three subsections (A1, A2, A3, B1, B2, B3, C1, C2, C3). My install script shows the three sections and waits the user to select one section per subsection.

The problem is that in some cases the configuration needs 1 directory to store the output files, in other cases, it needs 2. I want to decide if I show one or two directory pages to the user. I think that I have to use InstallOptions to implement this, but I would like a more complex example about the user of istalloptions. I wan't to decide if I show or not the second directory selection page.

Any suggestion?

Thanks, regards,

Manel:weird:


1. Read the examples that come with Nsis Installer...they are nice and complete.
2.For skip pages, look here