Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   How change an text in setup script? (http://forums.winamp.com/showthread.php?t=205523)

Forastero 21st January 2005 10:21

How change an text in setup script?
 
1 Attachment(s)
Hi everibody...

Im not speak english, but try...

How change an text in setup script?

see..

http://img136.exs.cx/img136/7175/nsisremove7xe.gif

Takhir 21st January 2005 10:31

NSIS User manual
4.8.1.6 BrandingText
/TRIM(LEFT|RIGHT|CENTER) text

Forastero 21st January 2005 11:08

Tnks
 
Thanks for its quick answer, but where inserted it?

Forastero 21st January 2005 11:19

Tnks...
 
left to look for but of one hour finds this and I help myself...

http://forums.winamp.com/showthread.php?threadid=201513

;--------------------------------
;Variables

Var DBpassword
Var DBpasswordAgain

;--------------------------------
;Pages

Page custom DBUserPassword ValidateDBUserPassword
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH

BrandingText "© Test Installer"

;--------------------------------
;Reserve Files

Takhir 21st January 2005 11:35

I call this general attributes partition

code:

;--------------------------------
; 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"


All times are GMT. The time now is 05:02.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.