Modern UI 1.68
* New settings for extra space for title and text on Welcome page and Finish page. * Improved handling of verbose settings. Define MUI_VERBOSE the set the Modern UI verbose level (1-4). * Language file string for uninstaller reboot information * Setting for folder validation in leave function * Fixed finish page text settings for multiple pages git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3201 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
893a6970f8
commit
1527ea2f1a
14 changed files with 188 additions and 186 deletions
|
@ -3,7 +3,7 @@
|
|||
!define VER_MAJOR 2
|
||||
!define VER_MINOR 0
|
||||
!define VER_REVISION 0
|
||||
!define VER_BUILD 12
|
||||
!define VER_BUILD 13
|
||||
|
||||
!define VER_FILE "20b5"
|
||||
!define VER_DISPLAY "2.0 beta 5 (CVS)"
|
||||
|
@ -273,7 +273,6 @@ SubSection "Extra User Interfaces" SecContribUIs
|
|||
File "..\Contrib\Modern UI\Screenshot2.png"
|
||||
File "..\Contrib\Modern UI\License.txt"
|
||||
File "..\Contrib\Modern UI\ioSpecial.ini"
|
||||
File "..\Contrib\Modern UI\ioSpecial3.ini"
|
||||
|
||||
SetOutPath $INSTDIR\Contrib\UIs
|
||||
File "..\Contrib\UIs\modern.exe"
|
||||
|
@ -283,6 +282,7 @@ SubSection "Extra User Interfaces" SecContribUIs
|
|||
File "..\Contrib\UIs\modern_smalldesc.exe"
|
||||
|
||||
Delete "$INSTDIR\Contrib\Modern UI\Readme.jpg"
|
||||
Delete "$INSTDIR\Contrib\Modern UI\ioSpecial3.ini"
|
||||
Delete "$INSTDIR\Contrib\UIs\modern2.exe"
|
||||
Delete "$INSTDIR\Contrib\UIs\modern3.exe"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue