Modern UI 1.4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1538 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cbb175d85d
commit
c700365ee8
24 changed files with 466 additions and 1037 deletions
|
@ -1,4 +1,4 @@
|
|||
;NSIS Modern User Interface version 1.3
|
||||
;NSIS Modern User Interface version 1.4
|
||||
;Basic Macro System Example Script
|
||||
;Written by Joost Verburg
|
||||
|
||||
|
@ -12,11 +12,9 @@
|
|||
;--------------------------------
|
||||
;Configuration
|
||||
|
||||
!insertmacro MUI_BASICFUNCTIONS_INIT
|
||||
|
||||
!define MUI_LICENSEPAGE
|
||||
!define MUI_COMPONENTPAGE
|
||||
!define MUI_DIRSELECTPAGE
|
||||
!define MUI_COMPONENTSPAGE
|
||||
!define MUI_DIRECTORYPAGE
|
||||
!define MUI_ABORTWARNING
|
||||
!define MUI_UNINSTALLER
|
||||
|
||||
|
@ -26,8 +24,8 @@
|
|||
!include "${NSISDIR}\Contrib\Modern UI\Language files\English.nsh"
|
||||
|
||||
;General
|
||||
Name "${NAME} ${VERSION}"
|
||||
OutFile "Basic.exe"
|
||||
Name "${NAME} ${VERSION}"
|
||||
|
||||
!insertmacro MUI_INTERFACE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue