Skip to content
⌘ NSIS Forum Archive

Installeroptions under different installtype

4 posts

martinmace#

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
Yathosho#
martinmace#
Originally posted by Yathosho
http://nsis.sourceforge.net/archive/...a16b53b361c124
Thanks, this works! 👍

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?