Help with !define MUI_INSTALLCOLORS in modern wizard
Hello I put
!define MUI_INSTALLCOLORS "3399CC FFFFFF" and the compiler send error.
What i'm doing wrong?
Thanks
Archive: Help with !define MUI_INSTALLCOLORS in modern wizard
Help with !define MUI_INSTALLCOLORS in modern wizard
Hello I put
!define MUI_INSTALLCOLORS "3399CC FFFFFF" and the compiler send error.
What i'm doing wrong?
Thanks
Hi,
I think you should type it like this:
!define MUI_INSTALLCOLORS "3399CC" "FFFFFF"
because there must be 2 parameters used, not only 1
like you wrote it.
Hope it will work for you :)
Kypec
You can define something with two values. The problem was quotes around the defined value in System.nsh. I have fixed that in the latest CVS version.