Black Brandingtext
Hello,
how can I make the brandingtext black?
Thanks in advance.
Peter, BE.
Archive: Black Brandingtext
Black Brandingtext
Hello,
how can I make the brandingtext black?
Thanks in advance.
Peter, BE.
If using the Modern UI:
!define MUI_CUSTOMFUNCTION_GUIINIT BlackBrandingIf using ExperienceUI:
>Function BlackBranding
GetDlgItem$0 $HWNDPARENT 1028
EnableWindow$0 1
FunctionEnd
>
"Nullsoft Install System ${NSIS_VERSION}"
(Actually this will use branding text colors defined in current skin - highly recommended)
onGUIInit
GetDlgItem$0 $HWNDPARENT 1028
EnableWindow$0 1
FunctionEnd
>
-dandaman32
How do you edit what that text says?
BrandingText ...?
-Stu
With Classic UI:
BrandingText "Your text here"
!define MUI_BRANDINGTEXT "Your text here"
!define XPUI_BRANDINGTEXT "Your text here"
thank you