Skip to content
⌘ NSIS Forum Archive

AddBrandingImage problem... pls help

7 posts

Guest#

AddBrandingImage problem... pls help

hi all

i'm newbie i try to make installer have branding image on top

the installer works good but when i try to uninstall the unstaller doesnt have branding image !! (see pic)

pls tell me how to fix it ... thanks
Afrow UK#
I recommend using Modern UI (see Contrib\Modern UI).
It makes everything much easier to do (branding image and all).

-Stu
kichik#
You need to use SetBrandingImage for both the installer and the uninstaller. If you've used SetBrandingImage in .onGUIInit, use it in un.onGUIInit too.
Guest#
thanks Afrow UK, kichik

yes kichik, i used SetBrandingImage both in .onGUIInit and un.onGUIInit but i found the installer will not show branding image if installer.exe and branding image isnot in the same folder.

how to integrate my branding image file (brand.bmp) into the installer ?
Guest#
if finished my installer should look like this