diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in
index 6c80dcfc01..1b5d22e430 100644
--- a/cmake/templates/NSIS.template.in
+++ b/cmake/templates/NSIS.template.in
@@ -36,6 +36,7 @@
 
   ; Set name prior to inner loop so uninstaller has correct values
   Name "@CPACK_NSIS_PACKAGE_NAME@"
+  BrandingText " "
 
   !ifdef INNER
     !echo "Inner invocation"                  ; just to see what's going on