link to mui2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5434 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4f8695d2aa
commit
8cae893b5d
2 changed files with 6 additions and 2 deletions
|
@ -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}.
|
||||
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}.
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue