After install I have to do a reboot. But now i need to change text color of Radio Buttons on the Finish Page.
Using SetCtlColors I'm able to chenge the background but the Text part is always black 🙁
!insertmacro MUI_INSTALLOPTIONS_READ $DLGITEM "Finish.ini" "Field 1" "HWND" ; Get HWND of radio button
CreateFont $FONT "Tahoma" 10 700 ; make BOLD Font
SetCtlColors $DLGITEM B4D3EA 00FF00 ; Change colors (background works, text doesn't)
SendMessage $DLGITEM ${WM_SETFONT} $FONT 0 I'm using ExperienceUI Plugin to change skin of installer but when using ModernUI I have the same problem 🙁Is there any way to change this? I don't want to make my own Finish Page using IO - the same problem occurs but you can make a Label in place of orginal text and than set it's color
Sory for my bad English 😁
