May I also ask how to refer to the fields from a custom page in an IF statement? atm I have something like this:
That's gotta be so wrong ;DIf MUI_INSTALLOPTIONS_READ "Custom" "Field 4" "selected"
!insertmacro MUI_INSTALLOPTIONS_READ $Autoupdate "Custom" "Field 4" "State"
Endif
If MUI_INSTALLOPTIONS_READ "Custom" "Field 4" "selected"
!insertmacro MUI_INSTALLOPTIONS_READ $Autoupdate "Custom" "Field 5" "State"
Endif