Archive: MUI_PAGE_COMPONENTS and leave function ?


MUI_PAGE_COMPONENTS and leave function ?
is it possible to combine this somehow?

components page sets a flag and if no option is set leave function should ask to re-chose or abort

compilation told me that MUI_PAGE_COMPONENTS requires 0 parameter

The other option ist to use a seperate page wich leads back or quits ("< Back" "" "Abort")

not a proper style :/

thx


  !define MUI_PAGE_CUSTOMFUNCTION_LEAVE LeaveFunction
!insertmacro MUI_PAGE_COMPONENTS

Function LeaveFunction

#Codes in here

#Use Abort command to return to Components page

FunctionEnd

thank you very much - you did it
(was the first time i use it)