Hi,
I'm using MUI, how can I change the Icon in the Title bar?
Thanks
Application Icon
4 posts
do you mean the bitmap ?
!define MUI_HEADERIMAGE_UNBITMAP "${NSISDIR}\Contrib\Graphics\Header\yours1.bmp"
!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\yours2.bmp"
!define MUI_HEADERIMAGE_UNBITMAP "${NSISDIR}\Contrib\Graphics\Header\yours1.bmp"
!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\yours2.bmp"
Nope, I meant the icon that appears on the bar with the close,maximise and minimise buttons. Can it be changed?
what image would yours change?
Thanks
what image would yours change?
Thanks
!define MUI_ICON "bla.ico"