Components page recognise the state change of a Component while runing
Hello everyone,
I'm new in this forum. I try to recognise the state change of a component from the component page while the page is shown.
I'd like to send an info message directly after the user unchecks the component.
I'm using:
!include "MUI.nsh"
!insertmacro MUI_PAGE_COMPONENTS
and a few sections
Do I need a loop for that?
Do I need this command: SectionGetFlags?
Do I have to call a Function in MUI_PAGE_COMPONENTS? How can I do this?
Thanks al lot!
Mischa E