Archive: finsh page text


finsh page text
hello,

don't know why the finish page doesn't display the customized text and checkbox, instead it diplays the default one,

part of the code i think the error came from:
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
!define MUI_FINISHPAGE_RUN $INSTDIR\Extension Changer.exe
!define MUI_FINISHPAGE_TEXT "Extension Changer has been installed on your computer.\r\n\r\nA new item (Edit The Extension) will now appear in the right-click menu for all files in Explorer.\r\n\r\nClick Finish to close this wizard."
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES

!define MUI_ABORTWARNING;--------------------------------
!insertmacro MUI_LANGUAGE "English"

And Thanks in Advance


You have to set settings for a page before the page macro and interface settings before all pages.


ok thanks,