Archive: MUI_BRANDINGTEXT not working


MUI_BRANDINGTEXT not working
hello,

I'm not sure if i'm doing the right thing...

I want to change the text "Nullsoft Install System v2.31" on each page of the installer.

Does this code is enough to change it?

!define MUI_BRANDINGTEXT "NCR Speech Builder v1.0.0.0"
!insertmacro MUI_LANGUAGE "English"

I have tried the above code but it doesn't work.

Please help

see attached file for details.

Thanks,

Berkz


I have just found a solution to my problem..

I will just omit the !define MUI_

BRANDINGTEXT "Sample text" will do..

Damn it... I am a noob.. =)

Anyway thanks all...


Interface settings must go before you insert pages in MUI.

Stu