Nullsoft Scriptable Install System: Difference between revisions

Content deleted Content added
Kichik (talk | contribs)
No edit summary
Kichik (talk | contribs)
m fixed programming language links
Line 46:
===Plug-ins===
 
NSIS can be extended with plug-ins that can communicate with the installer. They 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. You can use the plug-in with a single line of script code.
 
Several plug-ins come with the NSIS package allowing to display a splash screen, display a custom page, display an image on the background, download files from a website, perform mathematical operations, patching files and more.