diff --git a/Examples/Modern UI/Basic.nsi b/Examples/Modern UI/Basic.nsi index 550c6833..29299772 100644 --- a/Examples/Modern UI/Basic.nsi +++ b/Examples/Modern UI/Basic.nsi @@ -170,7 +170,7 @@ SectionEnd Function un.onNextPage - !insertmacro MUI_NEXTPAGE un.onNextPage + !insertmacro MUI_NEXTPAGE un.SetPage FunctionEnd diff --git a/Examples/Modern UI/InstallOptions.nsi b/Examples/Modern UI/InstallOptions.nsi index 56e71228..97b1d0b0 100644 --- a/Examples/Modern UI/InstallOptions.nsi +++ b/Examples/Modern UI/InstallOptions.nsi @@ -226,7 +226,7 @@ SectionEnd Function un.onNextPage !insertmacro MUI_INSTALLOPTIONS_NEXTPAGE - !insertmacro MUI_NEXTPAGE un.onNextPage + !insertmacro MUI_NEXTPAGE un.SetPage FunctionEnd Function un.SetPage