Nullsoft Scriptable Install System: Difference between revisions

Content deleted Content added
Plugins: Improved grammar
Plugins: Improved grammar
Line 40:
 
===Plugins===
NSIS can be extended with [[plugin]]s that can communicate with the installer. TheyPlugins can be written in [[C programming language|C]], [[C programming language|C++]], and [[Delphi programming language|Delphi]], and can be used to perform installation tasks or extend the installer interface. TheA pluginsplugin can be activated with a single line of script 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.