Archive: Call custom page but button disabled


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

also, does anyone know if i can change the subtitle text in the INSTFILES page to show something else, at the moment it says that all files were installed successfully, but none were!

or maybe if i can disable this text?


You shouldn't call custom page functions, that'd get you inconsistent results, such as the one you have now. You should use the Abort to Finish.

To change the texts on the subtitle of the instfiles page, see Installation Page Settings in the MUI readme.