Main Page: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Using percentages (don't look good either way). It's better to put the yellow box like normal text and below the desc. of NSIS.)
(EclipseNSIS)
Line 1: Line 1:
<div style="width: 62.5%; float: left;">
<div style="width: 535px; float: left;">
NSIS (Nullsoft Scriptable Install System) is a professional open-source tool for the development of Windows installers. It is designed to be as small and flexible as possible and is therefore highly suitable for internet distribution.
NSIS (Nullsoft Scriptable Install System) is a professional open-source tool for the development of Windows installers. It is designed to be as small and flexible as possible and is therefore highly suitable for internet distribution.


Line 9: Line 9:




[[File:Devcenter.gif]]
 
[[File:Devcenter.gif]] [[File:Eclipse.gif]]


</div>
</div>
<div style="width: 25%; margin-left: 30px; background-color: #fff8c2; border: 1px solid #ffcc00; padding: 10px; float: left;">
<div style="width: 200px; margin-left: 30px; background-color: #fff8c2; border: 1px solid #ffcc00; padding: 10px; float: left;">
'''Latest NSIS release'''
'''Latest NSIS release'''
----
----

Revision as of 18:34, 26 October 2005

NSIS (Nullsoft Scriptable Install System) is a professional open-source tool for the development of Windows installers. It is designed to be as small and flexible as possible and is therefore highly suitable for internet distribution.

An installer is not only the first experience of a user with your product, many software problems can also be solved by providing reliable installation tools. NSIS allows you you to create stable, quick and user friendly installers that are capable of installing, uninstalling, setting system settings, extracting files and more. With the NSIS scripting language you can implement any custom logic you want.

The large collection of plug-ins, scripts and software in the Development Center helps you to build full featured installers and provides a solution for almost every scenario.

More about NSIS features...


Devcenter.gif Eclipse.gif