Modern UI 1.70
* Improved documentation * New Init custom function for Welcome and Finish page git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3473 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4a8e19199a
commit
956710c71d
16 changed files with 877 additions and 462 deletions
|
@ -1,4 +1,4 @@
|
|||
;NSIS Modern User Interface version 1.69
|
||||
;NSIS Modern User Interface version 1.70
|
||||
;Welcome/Finish Page Example Script
|
||||
;Written by Joost Verburg
|
||||
|
||||
|
@ -8,10 +8,10 @@
|
|||
!include "MUI.nsh"
|
||||
|
||||
;--------------------------------
|
||||
;Configuration
|
||||
;General
|
||||
|
||||
;General
|
||||
Name "Modern UI Test 1.69"
|
||||
;Name and file
|
||||
Name "Modern UI Test 1.70"
|
||||
OutFile "WelcomeFinish.exe"
|
||||
|
||||
;Default installation folder
|
||||
|
@ -52,7 +52,7 @@ Section "Dummy Section" SecDummy
|
|||
|
||||
SetOutPath "$INSTDIR"
|
||||
|
||||
;ADD YOUR OWN STUFF HERE!
|
||||
;ADD YOUR OWN FILES HERE...
|
||||
|
||||
;Store installation folder
|
||||
WriteRegStr HKCU "Software\Modern UI Test" "" $INSTDIR
|
||||
|
@ -78,7 +78,7 @@ SectionEnd
|
|||
|
||||
Section "Uninstall"
|
||||
|
||||
;ADD YOUR OWN STUFF HERE!
|
||||
;ADD YOUR OWN FILES HERE...
|
||||
|
||||
Delete "$INSTDIR\Uninstall.exe"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue