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
Installeroptions under different installtype
4 posts
Originally posted by YathoshoThanks, this works! 👍
http://nsis.sourceforge.net/archive/...a16b53b361c124
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
-Stu