User:Afrow UK: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
m (→‎NSIS Plugins (Supported): proper wiki links)
 
(17 intermediate revisions by 9 users not shown)
Line 1: Line 1:
http://www.afrowsoft.co.uk
== NSIS Plugins (Supported) ==
:<attach>NsJSON.zip</attach> [http://forums.winamp.com/showthread.php?t=3142256 Forum topic]<br />
::Support for JSON parsing, editing, serialization, sorting; command-line input/output; REST APIs
<br />
:<attach>NsArray.zip</attach> [http://forums.winamp.com/showthread.php?t=330425 Forum topic]<br />
::Supports any number of named dynamic arrays, indexed or hashed arrays, value getting, setting, insertion, removal, copying, joining and sorting (via quick sort algo.).
<br />
:<attach>NsRichEdit.zip</attach> [[NsRichEdit plug-in|Plugin page]] [http://forums.winamp.com/showthread.php?t=333267 Forum topic]<br />
::Provides loading of text from a file into a RichEdit control, printing of a RichEdit control and addition of a Print button to the NSIS license pages.
<br />
:<attach>Aero.zip</attach> [[Aero plug-in|Plugin page]] [http://forums.winamp.com/showthread.php?t=329990 Forum topic]<br />
::Enables Windows Aero glass effect on NSIS UI.
<br />
:<attach>LockedList.zip</attach> [[LockedList plug-in|Plugin page]] [http://forums.winamp.com/showthread.php?t=274168 Forum topic]<br />
::An NSIS plugin to display or get a list of programs that are locking a selection of files that have to be uninstalled or overwritten.
<br />
:<attach>NsExpr.zip</attach> [[NsExpr plug-in|Plugin page]] [http://forums.winamp.com/showthread.php?t=340355 Forum topic]<br />
::A small plug-in that evaluates Boolean and mathematical expressions.
<br />
:<attach>ButtonEvent.zip</attach> [[ButtonEvent plug-in|Plugin page]] [http://forums.winamp.com/showthread.php?t=273717 Forum topic]<br />
::A plug-in that allows NSIS coders to add a custom button and tie a NSIS function to it.
<br />
:<attach>GetVersion.zip</attach> [[GetVersion (Windows) plug-in|Plugin page]] [http://forums.winamp.com/showthread.php?t=221621 Forum topic]<br />
::A plug-in that gets Windows version information (name, type, version, server name, service pack, service pack build).
<br />
:* Unicode builds are included in all downloads.
:* I have written many other plug-ins in the past, but these plug-ins above are the only plug-ins I now use or maintain.

Latest revision as of 12:05, 11 December 2017

NSIS Plugins (Supported)

NsJSON.zip (130 KB) Forum topic
Support for JSON parsing, editing, serialization, sorting; command-line input/output; REST APIs


NsArray.zip (49 KB) Forum topic
Supports any number of named dynamic arrays, indexed or hashed arrays, value getting, setting, insertion, removal, copying, joining and sorting (via quick sort algo.).


NsRichEdit.zip (28 KB) Plugin page Forum topic
Provides loading of text from a file into a RichEdit control, printing of a RichEdit control and addition of a Print button to the NSIS license pages.


Aero.zip (48 KB) Plugin page Forum topic
Enables Windows Aero glass effect on NSIS UI.


LockedList.zip (92 KB) Plugin page Forum topic
An NSIS plugin to display or get a list of programs that are locking a selection of files that have to be uninstalled or overwritten.


NsExpr.zip (28 KB) Plugin page Forum topic
A small plug-in that evaluates Boolean and mathematical expressions.


ButtonEvent.zip (28 KB) Plugin page Forum topic
A plug-in that allows NSIS coders to add a custom button and tie a NSIS function to it.


GetVersion.zip (34 KB) Plugin page Forum topic
A plug-in that gets Windows version information (name, type, version, server name, service pack, service pack build).


  • Unicode builds are included in all downloads.
  • I have written many other plug-ins in the past, but these plug-ins above are the only plug-ins I now use or maintain.