Content deleted Content added
→Script: expanded description; better grammar |
→Plugins: Improved grammar |
||
Line 42:
NSIS can be extended with [[plugin]]s 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. The plugins can be activated with a single line of script code.
Several plugins come with the NSIS package
Other plugins are available online. These include [http://nsis.sourceforge.net/archive/viewpage.php?pageid=56 ZipDLL] and [http://homepage.hispeed.ch/py430/python/ Python plugin].
|