Skip to content
⌘ NSIS Forum Archive

MUI_PAGE_COMPONENTS and leave function ?

3 posts

Brummelchen#

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
deguix#
  !define MUI_PAGE_CUSTOMFUNCTION_LEAVE LeaveFunction
!insertmacro MUI_PAGE_COMPONENTS

Function LeaveFunction

#Codes in here

#Use Abort command to return to Components page

FunctionEnd