Skip to content
⌘ NSIS Forum Archive

How to change the color of the progressbar?

3 posts

carpenoctem#

How to change the color of the progressbar?

Hello.
I thought something like

!define MUI_INSTALLCOLORS "FF0000 00FF00"
!define MUI_INSTFILESPAGE_PROGRESSBAR "colored"

would do the trick, but it doesn't work, the progressbar is still green.
It would be nice if somebody could help me, I've searched for hours, but I haven't found anything. Or did I get something wrong?
Thanks.