Archive: Bug in MUI interface


Bug in MUI interface
It seems if I try to create a LEAVE function after the INSTALLED page it doesn't work. The function is called after the SECTIONs are executed. Is this a bug?

I'm using:

!define MUI_PAGE_CUSTOMFUNCTION_LEAVE myfunc
!insertmacro MUI_PAGE_INSTFILES

Function myfunc
Message MB_OK "TEST"
FunctionEnd

This seems like a bug to me.


Crap nevermind, its PRE not LEAVE. I misunderstood the macro. My bad, I appologize.