added define for uninstall confirm page, continue texts for uninstaller, bugfixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1917 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e27a780503
commit
a8797416b8
11 changed files with 136 additions and 69 deletions
|
@ -8,7 +8,7 @@
|
|||
!include "${NSISDIR}\Contrib\Modern UI\System.nsh"
|
||||
|
||||
;$9 is being used to store the Start Menu Folder.
|
||||
;Do not use this variable in your script!
|
||||
;Do not use this variable in your script (or Push/Pop it)!
|
||||
|
||||
;You can change this variable or the default Start Menu Folder by using
|
||||
;these defines:
|
||||
|
@ -21,11 +21,13 @@
|
|||
!define MUI_LICENSEPAGE
|
||||
!define MUI_COMPONENTSPAGE
|
||||
!define MUI_DIRECTORYPAGE
|
||||
!define MUI_ABORTWARNING
|
||||
!define MUI_UNINSTALLER
|
||||
|
||||
!define MUI_STARTMENUPAGE
|
||||
|
||||
!define MUI_ABORTWARNING
|
||||
|
||||
!define MUI_UNINSTALLER
|
||||
!define MUI_UNCONFIRMPAGE
|
||||
|
||||
!define TEMP1 $R0
|
||||
|
||||
;Language
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue