Using MUI2, on "Choose Components" page, if the user uncheck everything, "next" button is disabled.
But if the user press "back" and "next", the next button is enabled even if everything is unchecked.
I've added:
But this break the building process 😕...
!define MUI_PAGE_COMPONENTS_SHOW SetNextButton
...
!insertmacro MUI_PAGE_COMPONENTS
...
Function SetNextButton
.onSelChange
FunctionEnd
...
Any comment will be welcome.
I'm a newbie on NSIS