/usr/share/doc/nsis/Docs/AppendixA.html is in nsis-doc 2.46-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>Modern User Interface</title>
<meta name="generator" content="Halibut version 1.0 (NSIS Custom Build) xhtml-backend" />
<link rel="stylesheet" href="style.css" type='text/css' />
</head>
<body>
<p><a href='Chapter5.html'>Previous</a> | <a href='Contents.html'>Contents</a> | <a href='AppendixB.html'>Next</a></p>
<a name="A"></a><h1>Appendix A: Modern User Interface</h1>
<p>NSIS 2 makes it is possible to create installers with a custom user interface. The Modern UI is an 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>
<p>For more information and documentation see the <a href="../Docs/Modern UI 2/Readme.html">Modern UI 2 Readme</a>.</p>
<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>
<p>For more information and documentation of the old version see the <a href="../Docs/Modern UI/Readme.html">Modern UI Readme</a>.</p>
<p><a href='Chapter5.html'>Previous</a> | <a href='Contents.html'>Contents</a> | <a href='AppendixB.html'>Next</a></p>
<hr />
<address>
</address>
</body>
</html>
|