I have an installer where I am editing the stock Finish Page's iospecial.ini before it is diplayed in order to add some colored text. That is working just fine.
However I also added a GroupBox to the Finish Page, and it too looks good, but I noticed that the GroupBox Text (Final Update Status) is always displaying in a dark blue (see below). I tested this on another installer that begins with a custom page, and there again, the text is blue.

I tried to change this using:
But no luck. The iospecial.ini code is:GetDlgItem $MUI_TEMP1 $MUI_HWND 1202 ;3rd control
SetCtlColors $MUI_TEMP1 "000000" "${MUI_BGCOLOR}"
Any ideas? Thanks.[Field 3]
Type=GroupBox
Left=120
Right=315
Top=45
Bottom=90
Text=Final Update Status
Jnuw
