Hi just want to know if the text displayed in the InstFiles page can be change to something else or Removed...
Thank you !
remove the "Nullsoft Install System v2.07" text...
5 posts
If you mean text displayed in the bottom of window than use BrandingText instruction.
Thank you 😉
Insert in your NSIS Script:
BrandingText " "
(Note the SPACE if you want no text.)
BrandingText " "
(Note the SPACE if you want no text.)
Hey! I was going to say that!