Call custom page but button disabled
Hi, wondering how to goto my custom finish page? and i worked out it would take me there if i call the custom page function.
however now that i'm at the finish page i want to be at, the finish/close button is disabled and i cant close the window?
i've had a look to try and work out buttons but am going round in circles.
so i basically just want to enable the finish/close button so the user can exit
the code of func is
Function
!insertmacro MUI_HEADER_TEXT "$(OTHERFINISH_TITLE)" "$(OTHERFINISH_SUBTITLE)"
# Display the page.
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "all_finish"
FunctionEnd
any insight appreciated