Boyito
22nd December 2006 13:00 UTC
Component Select Verification
Hi
LogicLib.nsi verify the selection of a component with this lines of code
-------------------------------------------
Page components "" "" ComponentsLeave
Function ComponentsLeave
; Section flags tests (requires sections.nsh be included)
${Unless} ${SectionIsSelected} ${TESTS}
MessageBox MB_OK "Please select the component"
Abort
${EndIf}
FunctionEnd
-------------------------------------------
How can I do the same but with MUI ??
kichik
22nd December 2006 13:04 UTC
Use MUI_PAGE_CUSTOMFUNCTION_LEAVE to define leave functions with the MUI.
Boyito
22nd December 2006 13:09 UTC
HI kichik, thanks for the faster answer
But where I can get more help about MUI functions and procedures, because the manual that came with nsis v2.22 is very small.
How can I use MUI_PAGE_CUSTOMFUNCTION_LEAVE ??
TIA
kichik
22nd December 2006 13:13 UTC
Appendix A of the documentation directs you to the MUI readme.
Boyito
22nd December 2006 13:18 UTC
OK, but this MUI Readme its the one I say its too small and without explanation for MUI_PAGE_CUSTOMFUNCTION_LEAVE
Red Wine
22nd December 2006 13:47 UTC
You may want to read this thread as well:
http://forums.winamp.com/showthread....hreadid=261059