more install gui changes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@812 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-08-29 02:44:52 +00:00
parent 05daae355d
commit ca7f63a285
2 changed files with 2 additions and 20 deletions

Binary file not shown.

View file

@ -23,7 +23,7 @@ SetFont Tahoma 8
CheckBitmap "${NSISDIR}\Contrib\Icons\modern.bmp"
BrandingText /TRIMRIGHT
LicenseText "Scroll down to read the rest of the license agreement:"
LicenseText "Please read the following license agreement. You must accept the terms of the agreement before continuing."
LicenseData ..\license.txt
LicenseBkColor FFFFFF
@ -324,7 +324,7 @@ Section -post
SetOutPath $INSTDIR
IfFileExists $SMPROGRAMS\NSIS "" nofunshit
ExecShell open '$SMPROGRAMS\NSIS'
Sleep 500
Sleep 800
BringToFront
nofunshit:
Delete $INSTDIR\uninst-nsis.exe
@ -339,24 +339,6 @@ Function .onInstSuccess
NoReadme:
FunctionEnd
Function .onInitDialog
Push ${TEMP1}
FindWindow ${TEMP1} "#32770" "" $HWNDPARENT
StrCmp ${CURRENTPAGE} 1 "" +4
GetDlgItem ${TEMP1} ${TEMP1} 1040
SendMessage ${TEMP1} ${WM_SETTEXT} 0 "If you accept all the terms of the agreement, choose I Agree to continue. If you choose Cancel, Setup will close. You must accept the agreement to install ${NAME}."
Goto done
StrCmp ${CURRENTPAGE} 2 "" +4
GetDlgItem ${TEMP1} ${TEMP1} 1042
SendMessage ${TEMP1} ${WM_SETTEXT} 0 "Description"
Goto done
StrCmp ${CURRENTPAGE} 3 "" +3
GetDlgItem ${TEMP1} ${TEMP1} 1041
SendMessage ${TEMP1} ${WM_SETTEXT} 0 "Destination Folder"
done:
Pop ${TEMP1}
FunctionEnd
Function .onNextPage
Push ${TEMP1}
Push ${TEMP2}