Modern UI 1.8

* Uses the new language files
* Updated documentation
* Although MUI_DIRECTORYPAGE_BGCOLOR and MUI_STARTMENUPAGE_BGCOLOR are documented as interface
  setttings that apply to every directory page or Start Menu folder page, they were actually
  implemented as page specific settings. They have been changed to interface settings.
* MUI_LANGDLL_DISPLAY now also reads a previously saved language from the registry if the
  installation is silent.
* InstallOptions macros have been moved to a separate header file (InstallOptions.nsh).
  The MUI_INSTALLOPTIONS_* macros are still provided for backwards compatibility and insert the
  equalivent INSTALLOPTIONS_* macros.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5229 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2007-08-09 02:52:50 +00:00
parent 9b74b90344
commit 84edce4b2a
63 changed files with 1276 additions and 7147 deletions

View file

@ -19,65 +19,6 @@ contribs = Split("""
System.nsh
""")
languages = Split("""
Albanian.nsh
Afrikaans.nsh
Arabic.nsh
Basque.nsh
Belarusian.nsh
Bosnian.nsh
Breton.nsh
Bulgarian.nsh
Croatian.nsh
Czech.nsh
Danish.nsh
Default.nsh
Dutch.nsh
English.nsh
Estonian.nsh
Farsi.nsh
Finnish.nsh
French.nsh
Galician.nsh
German.nsh
Greek.nsh
Hebrew.nsh
Hungarian.nsh
Icelandic.nsh
Indonesian.nsh
Irish.nsh
Italian.nsh
Japanese.nsh
Korean.nsh
Kurdish.nsh
Latvian.nsh
Lithuanian.nsh
Luxembourgish.nsh
Macedonian.nsh
Malay.nsh
Mongolian.nsh
Norwegian.nsh
NorwegianNynorsk.nsh
Polish.nsh
Portuguese.nsh
PortugueseBR.nsh
Romanian.nsh
Russian.nsh
Serbian.nsh
SerbianLatin.nsh
SimpChinese.nsh
Slovak.nsh
Slovenian.nsh
Spanish.nsh
SpanishInternational.nsh
Swedish.nsh
Thai.nsh
TradChinese.nsh
Turkish.nsh
Ukrainian.nsh
Uzbek.nsh
Welsh.nsh
""")
Import('defenv')
@ -88,5 +29,3 @@ defenv.DistributeDocs(docs, path=target)
path = 'images'
defenv.DistributeDocs(join(path,doc_images), path='%s/%s'%(target,path))
defenv.DistributeContrib(contribs, path=target)
path = 'Language files'
defenv.DistributeContrib(join(path,languages), path='%s/%s'%(target,path))