AppendixA.html 1.7 KB

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns='http://www.w3.org/1999/xhtml'>
  4. <head>
  5. <title>Modern User Interface</title>
  6. <meta name="generator" content="Halibut v1.0 (NSIS Custom Build, SVN:r?) xhtml-backend" />
  7. <link rel="stylesheet" href="style.css" type='text/css' />
  8. </head>
  9. <body>
  10. <p><a href='Chapter5.html'>Previous</a> | <a href='Contents.html'>Contents</a> | <a href='AppendixB.html'>Next</a></p>
  11. <a name="modernui"></a><h1>Appendix A: Modern User Interface</h1>
  12. <p>NSIS 2 makes it is possible to create installers with a custom user interface. The Modern UI is a interface with a style like the wizards of recent Windows versions. 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.</p>
  13. <p>For more information and documentation see the <a href="../Docs/Modern UI 2/Readme.html">Modern UI 2 Readme</a>.</p>
  14. <p>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 <a href="../Docs/nsDialogs/Readme.html">nsDialogs</a> which faster than its elder sibling - InstallOptions.</p>
  15. <p>For more information and documentation of the old version see the <a href="../Docs/Modern UI/Readme.html">Modern UI Readme</a>.</p>
  16. <p><a href='Chapter5.html'>Previous</a> | <a href='Contents.html'>Contents</a> | <a href='AppendixB.html'>Next</a></p>
  17. <hr />
  18. <address>
  19. </address>
  20. </body>
  21. </html>