Skip to content
⌘ NSIS Forum Archive

Change font color in log window

5 posts

r0dent#

Change font color in log window

Hi all,
Anyone knows how to change the font color (default is light green) in the progress log window?.
I refer to the classic install window.

Greets and thanks.

pd: look at the image to see which window im refering
kichik#
Yes, use CreateFont and SendMessage ${WM_SETFONT}. You'll need to use it in the show function of the instfiles page, get the HWND of the log window and send that message to it. The MUI's System.nsh contains some examples of that.