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
What is AddBrandingImage for?
5 posts
Use SetBrandingImage to set the image.
See ${NSISDIR}\examples\gfx.nsi for an example.
See ${NSISDIR}\examples\gfx.nsi for an example.
ah, thx!
So it is not supposed to appear in "4.8.1 General Attributes"? I searched it there... honestly 🙂
So it is not supposed to appear in "4.8.1 General Attributes"? I searched it there... honestly 🙂
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...)
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...)
SetBrandingImage is not an attribute, it's an instruction. I've added a link from AddBrandingImage to SetBrandingImage, so it'd be clearer.