Skip to content
⌘ NSIS Forum Archive

disable NEXT button in (custom) pages

2 posts

machiel#

disable NEXT button in (custom) pages

Both for standard pages (like e.g. "components") as for
custom pages (implemented in a ini file), I would like to
disable the "Next" button or "Back" button depending on
certain variables.
(For instance: when a certain piece of software is not
present in the registry, I want the next-button of the
installer to be disabled.)
Is there a simple way to do this?
Afrow UK#
Search the forum for EnableWindow and look at the testnotify.nsi InstallOptions example script.

Stu