simplified menu providing easier access to all documentation

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5474 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2008-01-03 13:26:15 +00:00
parent e4354ab83d
commit d017b43324
11 changed files with 85 additions and 240 deletions

View file

@ -167,11 +167,8 @@ ${MementoSection} "NSIS Core Files (required)" SecCore
SetOutPath $INSTDIR\Menu
File ..\Menu\*.html
SetOutPath $INSTDIR\Menu\images
File ..\Menu\images\clear.gif
File ..\Menu\images\header.gif
File ..\Menu\images\line.gif
File ..\Menu\images\menu.gif
File ..\Menu\images\menud.gif
File ..\Menu\images\site.gif
Delete $INSTDIR\makensis.htm

View file

@ -1,30 +0,0 @@
<html>
<body link="#0C6E97">
<div><img src="images/header.gif" width="598" height="45"></div>
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="#"><img src="images/menud.gif" width="30" height="18"><font size="+1" color="#808080"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Websites</b></font></a></p>
</td>
<td width="418" height="100" valign="top">
<p><font size="+1" color="#0C6E97"><b>Compiler</b></font></p>
<p>The makensis compiler can compile NSIS scripts to create installer
executables.<br>MakeNSISW is a graphical interface for this compiler.</p>
<p>To compile a script, right click on a script file in explorer and
choose 'Compile NSIS Script'.
The compiler will be started in the MakeNSISW interface.</p>
<p>You can also start MakeNSISW and open the script using the File menu
or drag the script file from explorer into the window.</p>
<p><a href="EX:makensisw.exe"><b>Start MakeNSISW &gt;</b></a></p>
</td>
</tr>
</table>
<p><img src="images/line.gif" width="598" height="3"></p>
<div align="right"><a href="EX:http://nsis.sourceforge.net/"><img src="images/site.gif" width="200" height="25"></a></div>
</body>
</html>

View file

@ -1,34 +0,0 @@
<html>
<body link="#0C6E97">
<div><img src="images/header.gif" width="598" height="45"></div>
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="#"><img src="images/menud.gif" width="30" height="18"><font size="+1" color="#808080"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Websites</b></font></a></p>
</td>
<td width="418" valign="top">
<p><font size="+1" color="#0C6E97"><b>Documentation</b></font></p>
<p>For information about the script format, a tutorial, useful functions,
version history, credits and a reference of all commands, see the
<a href="EX:NSIS.chm"><b>Users Manual</b></a> (Win95/NT4: <a href="EX:http://microsoft.com/ie/">IE3</a> and
<a href="EX:http://go.microsoft.com/fwlink/?LinkId=14498">HTML Help</a> required).</p>
<p>If you want to create an installer with a modern user interface, check
the <a href="EX:Docs\Modern UI\Readme.html"><b>Modern UI Readme</b></a>
for information and reference of settings.</p>
<p>For example scripts, browse the <a href="EX:Examples"><b>Examples
folder</b></a>.</p>
<p>For information about the plugins, browse the <a href="EX:Docs"><b>Docs
folder</b></a>.</p>
<p>The <a href="EX:http://nsis.sourceforge.net/Developer_Center"><b>NSIS Developer Center</b></a> contains more examples and tutorials.</p>
</td>
</tr>
</table>
<p><img src="images/line.gif" width="598" height="3"></p>
<div align="right"><a href="EX:http://nsis.sourceforge.net/"><img src="images/site.gif" width="200" height="25"></a></div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

View file

@ -1,46 +1,63 @@
<html>
<body link="#0C6E97">
<div><img src="images/header.gif" width="598" height="45"></div>
<table border="0">
<tr>
<td width="170">
<p><a href="#"><img src="images/menud.gif" width="30" height="18"><font size="+1" color="#808080"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Websites</b></font></a></p>
</td>
<td width="418" valign="top">
<table>
<tr><td valign="top">
<p><font size="+1" color="#333333"><b>Utilities</b></font><br>
<a href="EX:makensisw.exe">MakeNSISW (compiler interface)</a><br>
<a href="EX:Bin\zip2exe.exe">Zip2Exe (convert ZIP to SFX)</a><br>
&nbsp;<br><br></p>
<p><font size="+1" color="#333333"><b>Folders</b></font><br>
<a href="EX:Examples">Example scripts</a><br>
<a href="EX:Contrib">Contrib (plug-in info etc.)</a><br>
<a href="EX:Contrib\Language files">Language files</a></p>
</td><td valign="top">
<p><font size="+1" color="#333333"><b>Documentation</b></font><br>
<a href="EX:NSIS.chm">NSIS Users Manual</a><br>
<a href="EX:http://nsis.sourceforge.net/FAQ">FAQ (online)</a><br>
<a href="EX:Docs\Modern UI\Readme.html">Modern UI Readme</a><br>
<a href="EX:Docs\InstallOptions\Readme.html">InstallOptions (custom pages)</a></p>
<p><font size="+1" color="#333333"><b>Websites</b></font><br>
<a href="EX:http://nsis.sourceforge.net/">NSIS Website</a><br>
<a href="EX:http://forums.winamp.com/forumdisplay.php?s=&forumid=65">Forum</a><br>
<a href="EX:irc://irc.landoleet.org/nsis">IRC Channel</a><br>
<a href="EX:http://sourceforge.net/tracker/?group_id=22049&atid=373085">Bug Tracker</a><br>
<a href="EX:http://nsis.sourceforge.net/Change_Log">Development Change Log</a><br></p>
</td></tr>
</table>
</td>
</tr>
</table>
<p><img src="images/clear.gif" width="598" height="1">
<img src="images/line.gif" width="598" height="3"></p>
<div align="right"><a href="EX:http://nsis.sourceforge.net/"><img src="images/site.gif" width="200" height="25"></a></div>
</body>
</html>
<html>
<body link="#0C6E97">
<div>
<img src="images/header.gif" width="598" height="45"></div>
<table border="0">
<tr>
<td width="20">
</td>
<td width="190" valign="top">
<p>
<font size="+1" color="#333333"><b>Compiler</b></font><br>
<a href="EX:makensisw.exe">Compile NSI scripts</a><br>
<a href="EX:Bin\zip2exe.exe">Installer based on ZIP file</a><br>
<br>
<br>
<br>
</p>
<p>
<font size="+1" color="#333333"><b>Developer Center</b></font><br>
Many more examples, tutorials, plug-ins and NSIS-releted software are available
at the on-line <a href="EX:http://nsis.sourceforge.net/Developer_Center">Developer Center</a>.
</p>
<td width="150" valign="top">
<p>
<font size="+1" color="#333333"><b>Documentation</b></font><br>
<a href="EX:NSIS.chm">NSIS Users Manual</a><br>
<a href="EX:Examples">Example scripts</a><br>
<a href="EX:Docs\Modern UI 2\Readme.html">Modern UI 2</a><br>
<a href="EX:Docs\MultiUser\Readme.html">Multi-User Header File</a><br>
<a href="EX:Docs\StrFunc\StrFunc.txt">StrFunc Header File</a></p>
<p>
<font size="+1" color="#333333"><b>On-line help</b></font><br>
<a href="EX:http://forums.winamp.com/forumdisplay.php?s=&forumid=65">Forum</a><br>
<a href="EX:http://nsis.sourceforge.net/FAQ">FAQ</a><br>
<a href="EX:irc://irc.landoleet.org/nsis">IRC Channel</a><br>
<a href="EX:http://sourceforge.net/tracker/?group_id=22049&atid=373085">Bug Tracker</a><br>
</td>
<td valign="top">
<p>
<font size="+1" color="#333333"><b>Plug-ins</b></font><br>
<a href="EX:Docs\AdvSplash\advsplash.txt">AdvSplash</a> - splash with fade in/out<br>
<a href="EX:Docs\Banner\Readme.txt">Banner</a> - banner with custom text<br>
<a href="EX:Docs\BgImage\BgImage.txt">BgImage</a> - background image<br>
<a href="EX:Docs\Dialer\Dialer.txt">Dialer</a> - internet connection<br>
<a href="EX:Docs\Math\Math.txt">Math</a> - math operations<br>
<a href="EX:Docs\nsDialogs\Readme.html">nsDialogs</a> - custom wizard pages<br>
<a href="EX:Docs\nsExec\nsExec.txt">nsExec</a> - launch command line tools<br>
<a href="EX:Docs\NSISdl\Readme.txt">NSISdl</a> - download files<br>
<a href="EX:Docs\Splash\splash.txt">Splash</a> - splash scren<br>
<a href="EX:Docs\StartMenu\Readme.txt">StartMenu</a> - Start Menu folder selection<br>
<a href="EX:Docs\System\System.html">System</a> - Windows API calls<br>
<a href="EX:Docs\VPatch\Readme.html">VPatch</a> - update existing files</p>
</td>
<br>
</tr>
</table>
<p>
<img src="images/line.gif" width="598" height="3"></p>
<div align="right">
<a href="EX:http://nsis.sourceforge.net/">
<img src="images/site.gif" width="200" height="25"></a></div>
</body>
</html>

View file

@ -1,34 +0,0 @@
<html>
<body link="#0C6E97">
<div><img src="images/header.gif" width="598" height="45"></div>
<img src="images/clear.gif" width="1" height="3">
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Quick Launch</b></font></a></p>
<p><a href="#"><img src="images/menud.gif" width="30" height="18"><font size="+1" color="#808080"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Websites</b></font></a></p>
</td>
<td width="418" valign="top">
<p><font size="+1" color="#0C6E97"><b>Introduction</b></font></p>
<p>An installer is the first experience of a user with your application.
Slow or unsuccessful software installations are the most irritating
computer problems. A quick and user friendly installer is therefore an
essential part of your software product.
<p>NSIS is a tool that allows programmers
to create such installers. It is released under an open source license and is
completely free for any use.</p>
<p>NSIS installers are based on NSIS Scripts (.nsi) which can be compiled
with the makensis compiler. They can also be extended with plug-ins written
in C, C++, Delphi or another language.</p>
</td>
</tr>
</table>
<p><img src="images/clear.gif" width="598" height="4">
<img src="images/line.gif" width="598" height="3"></p>
<div align="right"><a href="EX:http://nsis.sourceforge.net/"><img src="images/site.gif" width="200" height="25"></a></div>
</body>
</html>

View file

@ -1,27 +1,22 @@
<html>
<body link="#0C6E97">
<div><img src="images/header.gif" width="598" height="45"></div>
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Websites</b></font></a></p>
</td>
<td width="418" valign="top">
<p><font size="+1" color="#0C6E97"><b>Feature not installed</b></font></p>
<p>The feature you selected is not installed.</p>
<p>If you want to use this feature, run NSIS Setup again and do not deselect
it.</p>
<br><br><br><br><br><br><br><br>
</td>
</tr>
</table>
<p><img src="images/clear.gif" width="598" height="3">
<img src="images/line.gif" width="598" height="3"></p>
<div align="right"><a href="EX:http://nsis.sourceforge.net/"><img src="images/site.gif" width="200" height="25"></a></div>
</body>
</html>
<html>
<body link="#0C6E97">
<div>
<img src="images/header.gif" width="598" height="45"></div>
<table border="0">
<tr>
<td width="20">
</td>
<td>
<p>
<font size="+1" color="#0C6E97"><b>Feature not installed</b></font></p>
<p>
The feature you selected is not installed.</p>
<p>
If you want to use this feature, run NSIS Setup again to install it.</p>
<p>
<a href="index.html">&lt;- Back</a></p>
</td>
</tr>
</table>
</body>
</html>

View file

@ -1,33 +0,0 @@
<html>
<body link="#0C6E97">
<div><img src="images/header.gif" width="598" height="45"></div>
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="#"><img src="images/menud.gif" width="30" height="18"><font size="+1" color="#808080"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Websites</b></font></a></p>
</td>
<td width="418" valign="top">
<p><font size="+1" color="#0C6E97"><b>Update</b></font></p>
<p><a href="EX:makensisw.exe">MakeNSISW</a> allows you to check whether
a new release is available. Choose NSIS Update in the Help menu to
check for a newer version. </p>
<p>The releases have been tested and provide new features and fixes.</p>
<p>A nightly build of latest development files is also available on the
<a href="EX:http://nsis.sourceforge.net/Development_Files">website</a>.
Using the development files you can try the latest cutting-edge features
and fixes. These files have not been tested so they should not be used in
production environments. </p>
<p>See the <a href="EX:http://nsis.sourceforge.net/Change_Log">
<b>Change Log</b></a> for the latest changes in the development files.<br></p>
</td>
</tr>
</table>
<p><img src="images/line.gif" width="598" height="3"></p>
<div align="right"><a href="EX:http://nsis.sourceforge.net/"><img src="images/site.gif" width="200" height="25"></a></div>
</body>
</html>

View file

@ -1,33 +0,0 @@
<html>
<body link="#0C6E97">
<div><img src="images/header.gif" width="598" height="45"></div>
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/menu.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="#"><img src="images/menud.gif" width="30" height="18"><font size="+1" color="#808080"><b>Websites</b></font></a></p>
</td>
<td width="418" valign="top">
<p><font size="+1" color="#0C6E97"><b>Websites</b></font></p>
<p><a href="EX:http://nsis.sourceforge.net/"><b>NSIS Website</b></a> -
General NSIS information, news and the <a href="EX:http://nsis.sourceforge.net/Developer_Center">
NSIS Developer Center</a>, a repository of script examples, plug-ins,
tutorials, development environments and more.</p>
<p><a href="EX:http://forums.winamp.com/forumdisplay.php?s=&forumid=65"><b>
Forum</b></a> - Talk with others in the NSIS community</p>
<p><a href="EX:irc://irc.landoleet.org/nsis"><b>IRC Channel</b></a> -
Chat with other NSIS users (IRC client required)</p>
<p><a href="EX:http://sourceforge.net/tracker/?group_id=22049&atid=373085"><b>
Bug Tracker</b></a> - Check the list of submitted bugs or submit a new one</p>
<p><br><br></p>
</td>
</tr>
</table>
<p><img src="images/line.gif" width="598" height="3"></p>
<div align="right"><a href="EX:http://nsis.sourceforge.net/"><img src="images/site.gif" width="200" height="25"></a></div>
</body>
</html>