new Modern UI version

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1540 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-11-01 20:51:14 +00:00
parent 6a013ea16b
commit 1372306700

View file

@ -11,11 +11,9 @@ SetCompressor bzip2
!include "${NSISDIR}\Contrib\Modern UI\System.nsh" !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
!insertmacro MUI_BASICFUNCTIONS_INIT
!define MUI_LICENSEPAGE !define MUI_LICENSEPAGE
!define MUI_COMPONENTPAGE !define MUI_COMPONENTSPAGE
!define MUI_DIRSELECTPAGE !define MUI_DIRECTORYPAGE
!define MUI_ABORTWARNING !define MUI_ABORTWARNING
!define MUI_UNINSTALLER !define MUI_UNINSTALLER
@ -88,7 +86,6 @@ Section "NSIS Examples (recommended)" SecExample
File ..\Examples\languages.nsi File ..\Examples\languages.nsi
File ..\Examples\WinMessages.nsh File ..\Examples\WinMessages.nsh
File ..\Examples\branding.nsh File ..\Examples\branding.nsh
File ..\Examples\functions.htm
SectionEnd SectionEnd
Section "NSI Development Shell Extensions" SecExtention Section "NSI Development Shell Extensions" SecExtention
@ -144,6 +141,7 @@ SubSection "Extra User Interfaces" SecContribUIs
File "..\Contrib\Modern UI\System.nsh" File "..\Contrib\Modern UI\System.nsh"
File "..\Contrib\Modern UI\Readme.jpg" File "..\Contrib\Modern UI\Readme.jpg"
File "..\Contrib\Modern UI\Readme.html" File "..\Contrib\Modern UI\Readme.html"
File "..\Contrib\Modern UI\Changelog.txt"
File "..\Contrib\Modern UI\Screenshot.png" File "..\Contrib\Modern UI\Screenshot.png"
File "..\Contrib\Modern UI\License.txt" File "..\Contrib\Modern UI\License.txt"
SetOutPath "$INSTDIR\Contrib\Modern UI\Language files" SetOutPath "$INSTDIR\Contrib\Modern UI\Language files"
@ -625,7 +623,6 @@ Section Uninstall
Delete $INSTDIR\Bin\MakeLangID.exe Delete $INSTDIR\Bin\MakeLangID.exe
Delete $INSTDIR\Plugins\LangDLL.dll Delete $INSTDIR\Plugins\LangDLL.dll
Delete $INSTDIR\makensis.htm Delete $INSTDIR\makensis.htm
Delete $INSTDIR\Examples\functions.htm
Delete $INSTDIR\license.txt Delete $INSTDIR\license.txt
Delete $INSTDIR\uninst-nsis.exe Delete $INSTDIR\uninst-nsis.exe
Delete $INSTDIR\nsisconf.nsi Delete $INSTDIR\nsisconf.nsi