Removing 'Nullsoft Install System vX.XX' String from installer
From NSIS Wiki
You can remove the text 'Nullsoft Install System vX.XX' from the installer window by setting the installer attribute:
BrandingText " "
Notice that this string contains a space character.

