Modern UI 1.61 - final version for beta 0

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1888 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-12-05 16:29:41 +00:00
parent d879f5845a
commit 80c1de2d6e
28 changed files with 65 additions and 40 deletions

View file

@ -1,4 +1,4 @@
;NSIS Modern User Interface version 1.6
;NSIS Modern User Interface version 1.61
;Basic Example Script
;Written by Joost Verburg
@ -51,7 +51,9 @@ Section "modern.exe" SecCopyUI
SectionEnd
!insertmacro MUI_SECTIONS_FINISHHEADER ;Insert this macro after the sections
;Display the Finish header
;Insert this macro after the sections if you are not using a finish page
!insertmacro MUI_SECTIONS_FINISHHEADER
;--------------------------------
;Descriptions

View file

@ -1,4 +1,4 @@
;NSIS Modern User Interface version 1.6
;NSIS Modern User Interface version 1.61
;Install Options Example Script
;Written by Joost Verburg
@ -92,7 +92,9 @@ Section "modern.exe" SecCopyUI
SectionEnd
!insertmacro MUI_SECTIONS_FINISHHEADER ;Insert this macro after the sections
;Display the Finish header
;Insert this macro after the sections if you are not using a finish page
!insertmacro MUI_SECTIONS_FINISHHEADER
;--------------------------------
;Descriptions
@ -143,6 +145,4 @@ Section "Uninstall"
!insertmacro MUI_UNFINISHHEADER
SectionEnd
;eof
SectionEnd

View file

@ -1,4 +1,4 @@
;NSIS Modern User Interface version 1.6
;NSIS Modern User Interface version 1.61
;MultiLanguage Example Script
;Written by Joost Verburg
@ -116,7 +116,9 @@ Section $(TITLE_SecCopyUI) SecCopyUI
SectionEnd
!insertmacro MUI_SECTIONS_FINISHHEADER ;Insert this macro after the sections
;Display the Finish header
;Insert this macro after the sections if you are not using a finish page
!insertmacro MUI_SECTIONS_FINISHHEADER
;--------------------------------
;Installer Functions

View file

@ -1,4 +1,4 @@
;NSIS Modern User Interface version 1.6
;NSIS Modern User Interface version 1.61
;Start Menu Folder Selection Example Script
;Written by Joost Verburg
@ -75,7 +75,9 @@ Section "modern.exe" SecCopyUI
SectionEnd
!insertmacro MUI_SECTIONS_FINISHHEADER ;Insert this macro after the sections
;Display the Finish header
;Insert this macro after the sections if you are not using a finish page
!insertmacro MUI_SECTIONS_FINISHHEADER
;--------------------------------
;Descriptions

View file

@ -1,4 +1,4 @@
;NSIS Modern User Interface version 1.6
;NSIS Modern User Interface version 1.61
;Welcome/Finish Page Example Script
;Written by Joost Verburg
@ -84,6 +84,4 @@ Section "Uninstall"
!insertmacro MUI_UNFINISHHEADER
SectionEnd
;eof
SectionEnd