Larsen
1st March 2006 16:52 UTC
What is AddBrandingImage for?
I inserted AddBrandingImage into my script as stated in the help file.
The only thing that it seems to change is that now I have a grey rectangular added to the installer window.
I couldnĀ“t find how to add an image file. What is this option for???
Lars
Comperio
1st March 2006 17:18 UTC
Use SetBrandingImage to set the image.
See ${NSISDIR}\examples\gfx.nsi for an example.
Larsen
1st March 2006 17:24 UTC
ah, thx!
So it is not supposed to appear in "4.8.1 General Attributes"? I searched it there... honestly :)
Comperio
1st March 2006 17:56 UTC
Good question...
I never really thought much about it. (I usually find things by index or search and not by category, so it's never really been an issue for me...)
kichik
2nd March 2006 17:22 UTC
SetBrandingImage is not an attribute, it's an instruction. I've added a link from AddBrandingImage to SetBrandingImage, so it'd be clearer.