nsis menu - launch nsis information, utilities, websites

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2166 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-02-17 19:58:14 +00:00
parent 830edb1ea8
commit 931de68f1d
14 changed files with 175 additions and 0 deletions

29
Menu/compiler.html Normal file
View file

@ -0,0 +1,29 @@
<html>
<body>
<div><img src="images/header.gif" width="610" height="45"></div>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<table border="0">
<tr>
<td width="175"><p><a href="index.html"><img src="images/btn-welcome.gif" width="150" height="30"></a></p>
<p><a href="compiler.html"><img src="images/btn-compiler.gif" width="150" height="30"></a></p>
<p><a href="docs.html"><img src="images/btn-docs.gif" width="150" height="30"></a></p>
<p><a href="update.html"><img src="images/btn-update.gif" width="150" height="30"></a></p>
<p><a href="websites.html"><img src="images/btn-websites.gif" width="150" height="30"></a></p>
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> Compiler </strong></font></p>
<p>NSIS Scrips can be compiled with the makensis compiler.<br>
MakeNSISW is a graphical interface for the compiler.</p>
<p>If you have installed the shell extensions (they are installed by default),
right click on the script file in Windows and choose 'Compile NSI'. 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 into the window.</p>
<p><a href="EX:makensisw.exe"><strong>Start MakeNSISW &gt;</strong></a></p>
</td>
</tr>
</table>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<div align="right"><img src="images/version.gif" width="190" height="33"> </div>
</body>
</html>

32
Menu/docs.html Normal file
View file

@ -0,0 +1,32 @@
<html>
<body>
<div><img src="images/header.gif" width="610" height="45"></div>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<table border="0">
<tr>
<td width="175"><p><a href="index.html"><img src="images/btn-welcome.gif" width="150" height="30"></a></p>
<p><a href="compiler.html"><img src="images/btn-compiler.gif" width="150" height="30"></a></p>
<p><a href="docs.html"><img src="images/btn-docs.gif" width="150" height="30"></a></p>
<p><a href="update.html"><img src="images/btn-update.gif" width="150" height="30"></a></p>
<p><a href="websites.html"><img src="images/btn-websites.gif" width="150" height="30"></a></p>
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> Documentation </strong></font></p>
<p>For information about the NSIS Script format, a reference of all commands
and useful functions, see the <a href="EX:docs\index.html"><strong>NSIS
Documentation</strong></a>.</p>
<p>If you want to create an installer with the Modern User Interface, check
the <a href="EX:Contrib\Modern UI\Readme.html"><strong>Modern UI Readme</strong></a>.</p>
<p>For example scripts, browse the <a href="EX:Examples"><strong>Examples
folder</strong></a>.</p>
<p>More tutorials and examples can be found in the <a href="EX:http://nsis.sourceforge.net/archive/"> <strong>online
NSIS Archive</strong></a>.</p>
<p>For information about the plugins, browse the <a href="EX:Contrib"><strong>Contrib
folder </strong></a>.</p>
</td>
</tr>
</table>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<div align="right"><img src="images/version.gif" width="190" height="33"> </div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
Menu/images/btn-docs.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
Menu/images/btn-update.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
Menu/images/btn-welcome.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
Menu/images/header.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
Menu/images/silver.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 B

BIN
Menu/images/version.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

29
Menu/index.html Normal file
View file

@ -0,0 +1,29 @@
<html>
<body>
<div><img src="images/header.gif" width="610" height="45"></div>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<table border="0">
<tr>
<td width="175"><p><a href="index.html"><img src="images/btn-welcome.gif" width="150" height="30"></a></p>
<p><a href="compiler.html"><img src="images/btn-compiler.gif" width="150" height="30"></a></p>
<p><a href="docs.html"><img src="images/btn-docs.gif" width="150" height="30"></a></p>
<p><a href="update.html"><img src="images/btn-update.gif" width="150" height="30"></a></p>
<p><a href="websites.html"><img src="images/btn-websites.gif" width="150" height="30"></a></p>
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> <b>Welcome</b> </strong></font></p>
<p>NSIS is a free win32 installer/uninstaller system.</p>
<p>NSIS installers are based on NSIS Scripts (.nsi) which can be compiled
with the makensis compiler.</p>
<p>You can create both simple installers and installers that handle lots
of advanced tasks. Installers can also be extended with plugins written
in C, C++ or another language.</p>
<p>This menu contains links to applications, websites and documentation
that will help you to create your installers.</p>
</td>
</tr>
</table>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<div align="right"><img src="images/version.gif" width="190" height="33"> </div>
</body>
</html>

24
Menu/notinstalled.html Normal file
View file

@ -0,0 +1,24 @@
<html>
<body>
<div><img src="images/header.gif" width="610" height="45"></div>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<table border="0">
<tr>
<td width="175"><p><a href="index.html"><img src="images/btn-welcome.gif" width="150" height="30"></a></p>
<p><a href="compiler.html"><img src="images/btn-compiler.gif" width="150" height="30"></a></p>
<p><a href="docs.html"><img src="images/btn-docs.gif" width="150" height="30"></a></p>
<p><a href="update.html"><img src="images/btn-update.gif" width="150" height="30"></a></p>
<p><a href="websites.html"><img src="images/btn-websites.gif" width="150" height="30"></a></p>
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> Feature not installed </strong></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>
</td>
</tr>
</table>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<div align="right"><img src="images/version.gif" width="190" height="33"> </div>
</body>
</html>

31
Menu/update.html Normal file
View file

@ -0,0 +1,31 @@
<html>
<body>
<div><img src="images/header.gif" width="610" height="45"></div>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<table border="0">
<tr>
<td width="175"><p><a href="index.html"><img src="images/btn-welcome.gif" width="150" height="30"></a></p>
<p><a href="compiler.html"><img src="images/btn-compiler.gif" width="150" height="30"></a></p>
<p><a href="docs.html"><img src="images/btn-docs.gif" width="150" height="30"></a></p>
<p><a href="update.html"><img src="images/btn-update.gif" width="150" height="30"></a></p>
<p><a href="websites.html"><img src="images/btn-websites.gif" width="150" height="30"></a></p>
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> <b> Update</b> </strong></font></p>
<p>NSIS Update allows you to check whether a new release is available and
to download the latest development files from CVS.</p>
<p>The development files have not been tested yet in all situations, so
you should only use them if you are following the NSIS development or
looking for a specific bugfix.</p>
<p>See the <a href="EX:http://nsis.sourceforge.net/changelog.php"> <strong>Changelog</strong></a> for
the latest changes in the development files.</p>
<br>
<br>
<p><strong><a href="EX:Bin\NSISUpdate.exe">Start NSIS Update &gt;</a></strong></p>
</td>
</tr>
</table>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<div align="right"><img src="images/version.gif" width="190" height="33"> </div>
</body>
</html>

30
Menu/websites.html Normal file
View file

@ -0,0 +1,30 @@
<html>
<body>
<div><img src="images/header.gif" width="610" height="45"></div>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<table border="0">
<tr>
<td width="175"><p><a href="index.html"><img src="images/btn-welcome.gif" width="150" height="30"></a></p>
<p><a href="compiler.html"><img src="images/btn-compiler.gif" width="150" height="30"></a></p>
<p><a href="docs.html"><img src="images/btn-docs.gif" width="150" height="30"></a></p>
<p><a href="update.html"><img src="images/btn-update.gif" width="150" height="30"></a></p>
<p><a href="websites.html"><img src="images/btn-websites.gif" width="150" height="30"></a></p>
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> Websites </strong></font></p>
<p><a href="EX:http://nsis.sourceforge.net/"><strong>NSIS Development Site</strong></a> -
All of the latest information about NSIS development</p>
<p><a href="EX:http://nsis.sourceforge.net/archive/"><strong>NSIS Archive</strong></a> -
Useful functions, NSIS related software, example scripts, plugins and
tutorials</p>
<p><a href="EX:http://forums.winamp.com/forumdisplay.php?s=&forumid=65"><strong>NSIS
Forum</strong></a> - Talk with others in the NSIS community</p>
<p><a href="EX:irc://irc.landoleet.org/nsis"><strong>NSIS IRC Channel</strong></a> -
Chat with the NSIS developers (IRC client required)</p>
</td>
</tr>
</table>
<p align="right"><img src="images/silver.gif" width="430" height="2"></p>
<div align="right"><img src="images/version.gif" width="190" height="33"> </div>
</body>
</html>