NSIS Menu updates: new design, source fixes, use wxWindows 2.4.2

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2948 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-09-22 19:28:09 +00:00
parent 2a6894ebc8
commit 0f770650cc
40 changed files with 141 additions and 8401 deletions

View file

@ -1,29 +1,28 @@
<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>
<div><img src="images/header.gif" width="598" height="45"></div>
<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="#"><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 width="170"><p><a href="index.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Welcome</b></font></a></p>
<p><a href="#"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#808080"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Websites</b></font></a></p>
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> Compiler </strong></font></p>
<p>NSIS Scripts can be compiled with the makensis compiler.<br>
MakeNSISW is a graphical interface for the compiler.</p>
<td width="418" height="100" valign="top">
<p><font size="+1" color="#6A8098"><b>Compiler</b></font></p>
<p>The makefile compiler can compile NSIS scripts to create installer
executables.<br>MakeNSISW is a graphical interface for this compiler.</p>
<p>If you have installed the shell extensions (they are installed by default),
right click on the script file in explorer 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 from explorer into the window.</p>
<p><a href="EX:makensisw.exe"><strong>Start MakeNSISW &gt;</strong></a></p>
<p><a href="EX:makensisw.exe"><b>Start MakeNSISW &gt;</b></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="175" height="25"> </div>
<p><img src="images/line.gif" width="598" height="3"></p>
<div align="right"><img src="images/version.gif" width="175" height="25"></div>
</body>
</html>
</html>

View file

@ -1,32 +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>
<div><img src="images/header.gif" width="598" height="45"></div>
<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="#"><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 width="170"><p><a href="index.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Welcome</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Compiler</b></font></a></p>
<p><a href="#"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#808080"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Websites</b></font></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 tutorial, useful functions
and a reference of all commands, see the <a href="EX:docs\index.html"><strong>
Documentation</strong></a>.</p>
<td width="418" valign="top">
<p><font size="+1" color="#6A8098"><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:docs\index.html"><b>Users Manual</b></a>.</p>
<p>If you want to create an installer with a 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>For information about the plugins, browse the <a href="EX:Contrib"><strong>Contrib
folder</strong></a>.</p>
<p>For a FAQ, tutorials, articles and more examples see the <a href="EX:http://nsis.sourceforge.net/"><strong>NSIS
Site</strong></a>.</p>
the <a href="EX:Contrib\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:Contrib"><b>Contrib
folder</b></a>.</p>
<p>For a FAQ, tutorials, articles and more examples see the <a href="EX:http://nsis.sourceforge.net/">
<b>NSIS Site</b></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="175" height="25"> </div>
<p><img src="images/line.gif" width="598" height="3"></p>
<div align="right"><img src="images/version.gif" width="175" height="25"></div>
</body>
</html>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before After
Before After

BIN
Menu/images/line.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 844 B

Before After
Before After

View file

@ -1,32 +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>
<div><img src="images/header.gif" width="598" height="45"></div>
<table border="0">
<tr>
<td width="175"><p><a href="#"><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 width="170"><p><a href="#"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#808080"><b>Welcome</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Websites</b></font></a></p>
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> <b>Welcome</b> </strong></font></p>
<td width="418" valign="top">
<p><font size="+1" color="#6A8098"><b>Welcome</b></font></p>
<p>An installer is the first experience of a user with your application.
Slow or unsuccesful software installations are the most irritating
computer problems. A quick and user friendly installer is therefore an
essential part of your software product. NSIS helps you to create such
installers.</p>
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>
<p></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="175" height="25"> </div>
<p><img src="images/line.gif" width="598" height="3"></p>
<div align="right"><img src="images/version.gif" width="175" height="25"></div>
</body>
</html>
</html>

View file

@ -1,24 +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>
<div><img src="images/header.gif" width="598" height="45"></div>
<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 width="170"><p><a href="index.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Welcome</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Websites</b></font></a></p>
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> Feature not installed </strong></font></p>
<td width="418" valign="top">
<p><font size="+1" color="#6A8098"><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 align="right"><img src="images/silver.gif" width="430" height="2"></p>
<div align="right"><img src="images/version.gif" width="175" height="25"> </div>
<p><img src="images/line.gif" width="598" height="3"></p>
<div align="right"><img src="images/version.gif" width="175" height="25"></div>
</body>
</html>
</html>

View file

@ -1,30 +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>
<div><img src="images/header.gif" width="598" height="45"></div>
<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="#"><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 width="170"><p><a href="index.html"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Welcome</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Documentation</b></font></a></p>
<p><a href="#"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#808080"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Websites</b></font></a></p>
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> <b> Update</b> </strong></font></p>
<td width="418" valign="top">
<p><font size="+1" color="#6A8098"><b>Update</b></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>Using the development files you can use and test the latest cutting-edge
features and bugfixes. Usally these features are quite stable, however we don't
recommended using the development files in production environments.</p>
features and bugfixes. Usally these features are quite stable, however we don't
recommended using the development files in production environments.</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>
<b>Changelog</b></a> for the latest changes in the development files.<br>
Check the <a href="EX:http://nsis.sourceforge.net/"><b>website</b></a> for more development information.</p>
<br>
<p><strong><a href="EX:Bin\NSISUpdate.exe">Start NSIS Update &gt;</a></strong></p>
<p><b><a href="EX:Bin\NSISUpdate.exe">Start NSIS Update &gt;</a></b></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="175" height="25"> </div>
<p><img src="images/line.gif" width="598" height="3"></p>
<div align="right"><img src="images/version.gif" width="175" height="25"></div>
</body>
</html>
</html>

View file

@ -1,32 +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>
<div><img src="images/header.gif" width="598" height="45"></div>
<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="#"><img src="images/btn-websites.gif" width="150" height="30"></a></p>
<td width="170"><p><a href="index.html"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Welcome</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Update</b></font></a></p>
<p><a href="#"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#808080"><b>Websites</b></font></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 Site</strong></a> -
<td width="418" valign="top">
<p><font size="+1" color="#6A8098"><b>Websites</b></font></p>
<p><a href="EX:http://nsis.sourceforge.net/"><b>NSIS Website</b></a> -
Latest news, developments, downloads, FAQ, tutorials, more examples, articles.</p>
<p><a href="EX:http://nsis.sourceforge.net/archive/"><strong>NSIS Archive</strong></a> -
<p><a href="EX:http://nsis.sourceforge.net/archive/"><b>NSIS Archive</b></a> -
Repository of NSIS information (part of the NSIS Site). Contains examples, tutorials,
plug-ins, NSIS related software and more.</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> -
<p><a href="EX:http://forums.winamp.com/forumdisplay.php?s=&forumid=65"><b>NSIS
Forum</b></a> - Talk with others in the NSIS community</p>
<p><a href="EX:irc://irc.landoleet.org/nsis"><b>NSIS IRC Channel</b></a> -
Chat with NSIS developers (IRC client required)</p>
<p><a href="EX:http://sourceforge.net/tracker/?group_id=22049&atid=373085"><strong>
Bug Tracker</strong></a> - Check the list of submitted bugs or submit a new one</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>
</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="175" height="25"> </div>
<p><img src="images/line.gif" width="598" height="3"></p>
<div align="right"><img src="images/version.gif" width="175" height="25"></div>
</body>
</html>
</html>