Nullsoft Scriptable Install System: Difference between revisions

Content deleted Content added
Installer interfaces: no need for source id here
Line 68:
 
===Plugins===
NSIS can be extended with [[pluginPlug-in (computing)|plugins]]s that can communicate with the installer. Plugins can be written in [[C (programming language)|C]], [[C++]], and [[Delphi programming language|Delphi]], and can be used to perform installation tasks or extend the installer interface. A plugin can be called with a single line of NSIS code.
 
Several plugins come with the NSIS package that permit the installer to display a splash screen, display a custom page, display an image on the background, download files from a website, perform mathematical operations, patch files and more.
Line 79:
*Script-based
*Multilingual
*[[Plug-in (computing)|Plugin]] support
*Script [[preprocessor]]
*[http://nsis.sourceforge.net/Features More...]