Archive: Installeroptions under different installtype


Installeroptions under different installtype
Hey all,

I have made an installer which supports 3 installtypes:

- Desktop (local installation)
- Client
- Server

Now I want when the user selects Client install
that he gets an additional custom screen where he
can fill in the server ip address (and must not
be available in the desktop and the server installations).

Is this possible?

T.I.A.

Martin


http://nsis.sourceforge.net/archive/...a16b53b361c124


Originally posted by Yathosho
http://nsis.sourceforge.net/archive/...a16b53b361c124
Thanks, this works! :up:

In addition, I also want to hide the directory page
when the installtype is of type Server. Thus I only
want to show it when the setup is for the Desktop
or Client.

Any ideas on how to accomplish this?

You need to call Abort in the Page's Pre function.

-Stu