Skip to content
⌘ NSIS Forum Archive

Resources on creating custom pages

2 posts

kingexcel#

Resources on creating custom pages

Hi everyone,

I'm looking to create a really simply custom page, it's just going to have 2 radio buttons and a text field, to add onto my current MUI install script. Does anyone have any good resources on how to get started on making custom pages?

Thanks!
CrushBug#
nsDialogs and MUI2 are the best way. Check the following directory in your NSIS install and work with those examples:

\Examples\nsDialogs\

welcome.nsi is a good one.

I only started using MUI2 and nsDialogs last week and I have my installer up and running just fine.