Archive: change grayed Nullsoft Install System v2.27


change grayed Nullsoft Install System v2.27
Hi,
I could't find in the docs, if is already explained please excuse me and redirect me to the answer.

Yhe thing I want to do is just change the text "Nullsoft Install System v2.27" that appears using ModernUI on the bottom of the dialog just before the buttons.

thanks for any tips on that

bye


I suspect you're talking about BrandingText,

http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.6


Hi,

if you're using multiple languages and want to set the branding text individually, you can change the text for "# ^Branding" in all required NSIS language files in the directory "${NSISDIR}\Contrib\Language files".


Cheers

Oliver


@yanetut: This is no good idea because the files may be overwritten on next NSIS update/install. (S)He should use BrandingText ($MY_Language_Variable) and the existing Language variable techniques (see LangString in help file) to make the text language dependent. The language texts can be in some include file if they have to be applied to more than one installer.


If you just want to remove that default greyed text, and wants to supply with yours, add the following line in your script:

BrandingText "XYZ Company"

--Regards,
Swapan
(ps:Its nice to see the new look of our forum, yes I've not visited for quite some time.)