Reference/BrandingText: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "=BrandingText= /TRIM(LEFT|RIGHT|CENTER) text Sets the text that is shown (by default it is 'Nullsoft Install System vX.XX') at the bottom of the install window. Setting this t...") |
mNo edit summary |
||
| Line 6: | Line 6: | ||
Accepts variables. If variables are used, they must be initialized on [[Reference/.onInit|.onInit]]. | Accepts variables. If variables are used, they must be initialized on [[Reference/.onInit|.onInit]]. | ||
''Command introduced with NSIS v1.57'' | |||
Latest revision as of 20:31, 4 June 2013
BrandingText
/TRIM(LEFT|RIGHT|CENTER) text
Sets the text that is shown (by default it is 'Nullsoft Install System vX.XX') at 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.
Accepts variables. If variables are used, they must be initialized on .onInit.
Command introduced with NSIS v1.57