Archive: Custom dialog box using NSIS


Custom dialog box using NSIS
I need to have custom dialog boxes during installation. Is it possible using NSIS?

My exact need is that the dialog boxes would be displayed depending on the install type that you choose(Custom, Minimum etc), and that the dialog boxes should also support directory selection.

How is this possible using NSIS?

Any help would be most welcome.

Thanks.


Use InstallOptions. InstallOptions gives you the ability to create custom pages during installation. It can also get input for you such as another directory.

If you want to show one custom page right after the other use MultIni4 or the new macros in the modern UI (avaiable in the latest CVS version).