diff --git a/Docs/src/modernui.but b/Docs/src/modernui.but index 96704f23..91f35378 100644 --- a/Docs/src/modernui.but +++ b/Docs/src/modernui.but @@ -4,4 +4,8 @@ NSIS 2 makes it is possible to create installers with a custom user interface. T This new interface also features new pages (Welcome, Finish, Start Menu) and a description area on the components page. The interface and the graphics can be customized using the provided settings. Using the Modern UI macros and language files, writing scripts with a modern interface is easy. -For more information and documentation see the \L{../Docs/Modern UI/Readme.html}{Modern UI Readme}. \ No newline at end of file +For more information and documentation see the \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 Readme}. + +NSIS 2.34 brought with it a new version of Modern UI - version 2. It is faster and more extendible. It allows plug-ins to add new types of pages and even change existing pages using a simple NSH file. It also uses \L{../Docs/nsDialogs/Readme.html}{nsDialogs} which faster than its elder sibling - InstallOptions. + +For more information and documentation of the old version see the \L{../Docs/Modern UI/Readme.html}{Modern UI Readme}. \ No newline at end of file diff --git a/Docs/src/tutorial.but b/Docs/src/tutorial.but index 3b7130a3..570815bb 100644 --- a/Docs/src/tutorial.but +++ b/Docs/src/tutorial.but @@ -254,7 +254,7 @@ It it also possible to compile Windows installer on Linux, BSD or Mac OS X serve A popular user interface for NSIS is the Modern User Interface. It has an interface like the wizards of recent Windows versions. The Modern UI is not only a customized resource file, it has a lots of new interface elements. It features a white header to describe the current step, a description area on the component page, a welcome page, a finish page that allows the user to run the application or reboot the system and more. -For more information, check the \L{../Docs/Modern UI/Readme.html}{Modern UI Readme} and the \L{../Examples/Modern UI}{Modern UI Examples}. +For more information, check the \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 Readme} and the \L{../Examples/Modern UI}{Modern UI Examples}. \H{tutplugin} Plug-ins