Modern UI 1.72
* Fixed state of Finish page Cancel button when both an installer and uninstaller page is included git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3795 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1c7d09209a
commit
3cc310ed4a
8 changed files with 21 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
;NSIS Modern User Interface version 1.71
|
||||
;NSIS Modern User Interface version 1.72
|
||||
;Macro System
|
||||
;Written by Joost Verburg
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
;License: License.txt
|
||||
;Examples: Examples\Modern UI
|
||||
|
||||
!echo "NSIS Modern User Interface version 1.71 - © 2002-2004 Joost Verburg"
|
||||
!echo "NSIS Modern User Interface version 1.72 - © 2002-2004 Joost Verburg"
|
||||
|
||||
;--------------------------------
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
!include "WinMessages.nsh"
|
||||
!verbose pop
|
||||
|
||||
!define MUI_SYSVERSION "1.70"
|
||||
!define MUI_SYSVERSION "1.72"
|
||||
|
||||
Var MUI_TEMP1
|
||||
Var MUI_TEMP2
|
||||
|
@ -968,6 +968,8 @@ Var MUI_TEMP2
|
|||
!insertmacro MUI_UNSET MUI_FINISHPAGE_LINK_LOCATION
|
||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_LINK_COLOR
|
||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_NOREBOOTSUPPORT
|
||||
|
||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_ABORTWARNINGCHECK
|
||||
|
||||
!verbose pop
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue