Skip to content
⌘ NSIS Forum Archive

How to change the logo from the installer dialog?

2 posts

pedroac#

How to change the logo from the installer dialog?

Hi

Does anybody know how to change the logo from the installer window (It's not the Icon, it's the image that appears on the left of the MUI window)?

I've searched and concluded that the installer wizard window uses the $NSISDIR\Contrib\Graphics\Wizard\win.bmp image, but there's no directive in the code that indicates that.

Is is somehow "hardcoded" or is there anycode to change that image?
Afrow UK#
!define MUI_WELCOMEFINISHPAGE_BITMAP bmp_file

This was in the Modern UI documentation under Interface Configuration > Welcome/Finish Page Interface Settings

-Stu