Archive: Change Title Bar


Change Title Bar
Hi,
I want to change the Title (not the Text on the Top) of my Installer depending of the selection of a Component. How can I do this?
Thanks for any Help


Hi mamilo!


!include WinMessages.nsh
:
:
Function .onSelChange
IntOp $1 $1 + 1
SendMessage $HWNDPARENT ${WM_SETTEXT} 0 "STR:MyTitle $1"
FunctionEnd


More information at:

http://nsis.sourceforge.net/Change_c...ler_at_runtime

based on

http://forums.winamp.com/showthread....hreadid=135256
or
http://forums.winamp.com/showthread....00#post1360500

Have a nice day!

Cheers

Bruno