martinmace
6th December 2004 10:52 UTC
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
martinmace
6th December 2004 14:18 UTC
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?
Afrow UK
6th December 2004 14:23 UTC
You need to call Abort in the Page's Pre function.
-Stu