new style

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3123 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-11-10 22:27:38 +00:00
parent e4222218a3
commit dc35710bf8
12 changed files with 48 additions and 48 deletions

View file

@ -2,7 +2,7 @@
// Name: m_links.cpp
// Purpose: wxHtml module for links & anchors
// Author: Vaclav Slavik
// RCS-ID: $Id: m_links.cpp,v 1.1 2003/05/26 17:53:58 joostverburg Exp $
// RCS-ID: $Id: m_links.cpp,v 1.2 2003/09/22 19:28:09 joostverburg Exp $
// Copyright: (c) 1999 Vaclav Slavik
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
@ -65,7 +65,7 @@ TAG_HANDLER_BEGIN(A, "A")
wxString name(tag.GetParam( wxT("HREF") )), target;
wxColor LinkColor;
LinkColor.Set(0x6A, 0x80, 0x98);
LinkColor.Set(0x0C, 0x6E, 0x97);
char apppath[MAX_PATH],*temp;
GetModuleFileName(NULL,apppath,sizeof(apppath));

View file

@ -4,15 +4,15 @@
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Introduction</b></font></a></p>
<p><a href="index.html"><img src="images/arrow.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/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</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>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.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="#6A8098"><b>Compiler</b></font></p>
<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>If you have installed the shell extensions (they are installed by default),

View file

@ -4,15 +4,15 @@
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Introduction</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="index.html"><img src="images/arrow.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/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><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>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.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="#6A8098"><b>Documentation</b></font></p>
<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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 189 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 189 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 844 B

After

Width:  |  Height:  |  Size: 802 B

Before After
Before After

View file

@ -6,33 +6,33 @@
<td width="170">
<p><img src="images/clear.gif" width="170" height="3">
<a href="#"><img src="images/arrowd.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/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Introduction</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>
<p><a href="intro.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.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"><b>Utilities</b></font><br>
<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>
<a href="EX:Bin\NSISUpdate.exe">NSIS Update (get latest version)</a><br>
&nbsp;</p>
<p><font size="+1"><b>Folders</b></font><br>
<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><br>
<a href="EX:Contrib\Modern UI\Language files">Modern UI language files</a><br>
<a href="EX:Source">Source code</a></p>
</td><td valign="top">
<p><font size="+1"><b>Documentation</b></font><br>
<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/site/FAQ.15.0.html">FAQ (online)</a><br>
<a href="EX:Contrib\Modern UI\Readme.html">Modern UI Readme</a><br>
<a href="EX:Contrib\InstallOptions\Readme.html">InstallOptions (custom pages)</a></p>
<p><font size="+1"><b>Websites</b></font><br>
<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://nsis.sourceforge.net/archive/">NSIS Archive</a><br>
<a href="EX:http://forums.winamp.com/forumdisplay.php?s=&forumid=65">Forum</a><br>

View file

@ -4,15 +4,15 @@
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Quick Launch</b></font></a></p>
<p><a href="index.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Quick Launch</b></font></a></p>
<p><a href="#"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#808080"><b>Introduction</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>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.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="#6A8098"><b>Introduction</b></font></p>
<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 unsuccesful software installations are the most irritating
computer problems. A quick and user friendly installer is therefore an

View file

@ -4,15 +4,15 @@
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Introduction</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>
<p><a href="index.html"><img src="images/arrow.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/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.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="#6A8098"><b>Feature not installed</b></font></p>
<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>

View file

@ -4,15 +4,15 @@
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Introduction</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="index.html"><img src="images/arrow.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/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><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>
<p><a href="websites.html"><img src="images/arrow.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="#6A8098"><b>Update</b></font></p>
<p><font size="+1" color="#0C6E97"><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

View file

@ -4,15 +4,15 @@
<table border="0">
<tr>
<td width="170">
<p><a href="index.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Introduction</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="index.html"><img src="images/arrow.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/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#0C6E97"><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="418" valign="top">
<p><font size="+1" color="#6A8098"><b>Websites</b></font></p>
<p><font size="+1" color="#0C6E97"><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/"><b>NSIS Archive</b></a> -