Skip to content
⌘ NSIS Forum Archive

Remove the text "nullsoft installer system"

2 posts

faster#

Remove the text "nullsoft installer system"

Hi,
can anybody tell me how i can remove the text "Nullsoft installer systemm" at the installer pages?

Thx Bernard
kobus#
From NSIS documentation 🙂

4.8.1.5 BrandingText
/TRIM(LEFT|RIGHT|CENTER) text
Sets the text that is shown (by default it is 'Nullsoft Install System vX.XX') in the bottom of the install window. Setting this to an empty string ("") uses the default; to set the string to blank, use " " (a space). If it doesn't matter to you, leave it the default so that everybody can know why the installer didn't suck. heh. Use /TRIMLEFT, /TRIMRIGHT or /TRIMCENTER to trim down the size of the control to the size of the string.
kobus