NSIS 2 is no longer a mod

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@975 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-10 15:49:14 +00:00
parent f9490c9038
commit 4092e33109

View file

@ -85,7 +85,7 @@ table
<tr>
<td><div class="margin">
<p class="header">Introduction</p>
<p class="text">Using KiCHiK's NSIS 2 modifications, it is possible
<p class="text">Using NSIS 2, it is possible
to create new user interfaces for the Nullsoft Installer System.</p>
<p class="text"> I made this interface with a modern wizard style,
like the wizards of recent Windows versions. This new interface
@ -94,9 +94,7 @@ table
<p class="text">To use this new UI for for installer, you need
to add some code to your NSIS script, which you can see in Example.nsi.</p>
<p class="header">Requirements</p>
<p class="text"><a href="http://sourceforge.net/projects/nsis2k">KiCHiK's
NSIS 2 modifications, version 2.0 alpha 7 (or later)</a><strong>
</strong></p>
<p class="text"><a href="http://sourceforge.net/projects/nsis">NSIS 2 alpha 7 (or later)</a></p>
<p class="header">Screenshot</p>
<p class="text"><img src="Screenshot.png" width="504" height="391" alt=""></p>
<p class="header">How to use</p>