8

Could any one help me to remove the "Nullsoft" label in NSIS installer? Please refer the image below.

alt text

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
RoboAlex
  • 4,895
  • 6
  • 31
  • 37

2 Answers2

13

BrandingText " "

Anders
  • 97,548
  • 12
  • 110
  • 164
0

to remove line from the bottom :

!insertmacro DestroyWindow $HWNDPARENT 1045 # dimm remove line from bottom enter image description here

DIMM_V2
  • 105
  • 1
  • 9