Am I missing something? Can I not use a custom pre function on a custom page?
!insertmacro MUI_PAGE_CUSTOMFUNCTION_PRE SetupDefault_LanguageStrings
Page custom SetupDefault
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH Of course I have the functions defined correctly...and the include of mui.nsh.I get the error message:
!insertmacro: MUI_PAGE_CUSTOMFUNCTION_PRE
!insertmacro: macro named "MUI_PAGE_CUSTOMFUNCTION_PRE" not found!
Error in script "script"
Nevermind, Ignore. !insertmacro should be !define.....oops