Hi everibody...
Im not speak english, but try...
How change an text in setup script?
see..
How change an text in setup script?
5 posts
NSIS User manual
4.8.1.6 BrandingText
/TRIM(LEFT|RIGHT|CENTER) text
4.8.1.6 BrandingText
/TRIM(LEFT|RIGHT|CENTER) text
Tnks
Thanks for its quick answer, but where inserted it?
Thanks for its quick answer, but where inserted it?
Tnks...
left to look for but of one hour finds this and I help myself...
;--------------------------------
;Variables
Var DBpassword
Var DBpasswordAgain
;--------------------------------
;Pages
Page custom DBUserPassword ValidateDBUserPassword
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
BrandingText "© Test Installer"
;--------------------------------
;Reserve Files
left to look for but of one hour finds this and I help myself...
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
;--------------------------------
;Variables
Var DBpassword
Var DBpasswordAgain
;--------------------------------
;Pages
Page custom DBUserPassword ValidateDBUserPassword
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
BrandingText "© Test Installer"
;--------------------------------
;Reserve Files
I call this general attributes partition
!define APP_NAME "myprog"
${} are defines (above), for example
;--------------------------------
; General Attributes
Name "${APP_NAME}"
OutFile "mysetup.exe"
SetCompressor lzma
BrandingText /TRIMRIGHT "This is still Null Soft Installer"
InstallDir $PROGRAMFILES\${APP_NAME}
InstallDirRegKey HKLM "${REG_PATH}" "${INST_DIR}"
BGGradient 000000 000080 FFFFFF
XPStyle on
!define APP_NAME "myprog"