Archive: Change font color in log window


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


I think the InstallColors command is what you are looking for.


Thanks!


Log Window
Is there anyway to change the font style of the Log Window text?

-Stuart


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.