Main Page: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Repeated word)
(Development Center > Developer Center)
Line 4: Line 4:
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 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.
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 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.
The large collection of plug-ins, scripts and software in the [[Developer Center]] helps you to build full featured installers and provides a solution for almost every scenario.


[[Features|More about NSIS features...]]
[[Features|More about NSIS features...]]


<navimg>local|Devcenter.gif|Development Center</navimg>&nbsp;
<navimg>local|Devcenter.gif|Developer Center</navimg>&nbsp;
<navimg>local|Eclipse.gif|EclipseNSIS - NSIS plugin for Eclipse</navimg>
<navimg>local|Eclipse.gif|EclipseNSIS - NSIS plugin for Eclipse</navimg>



Revision as of 22:20, 10 November 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 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 Developer Center helps you to build full featured installers and provides a solution for almost every scenario.

More about NSIS features...