Skip to content
⌘ NSIS Forum Archive

How change an text in setup script?

5 posts

Guest#

How change an text in setup script?

Hi everibody...

Im not speak english, but try...

How change an text in setup script?

see..

Guest#
Tnks...

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
Takhir#
I call this general attributes partition


;--------------------------------
; 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
${} are defines (above), for example
!define APP_NAME "myprog"