
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2805 212acab6-be3b-0410-9dea-997c60f758d6
32 lines
1.7 KiB
HTML
32 lines
1.7 KiB
HTML
<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="#"><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>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>
|
|
<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>
|
|
</body>
|
|
</html>
|