User:Afrow UK: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 46.246.120.226 to last version by Kichik) |
m (→NSIS Plugins (Supported): proper wiki links) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
== NSIS Plugins (Supported) == | == 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 /> | :<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.). | ::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 /> | <br /> | ||
:<attach>NsRichEdit.zip</attach> [ | :<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. | ::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 /> | <br /> | ||
:<attach>Aero.zip</attach> [ | :<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. | ::Enables Windows Aero glass effect on NSIS UI. | ||
<br /> | <br /> | ||
:<attach>LockedList.zip</attach> [ | :<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. | ::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 /> | <br /> | ||
:<attach>NsExpr.zip</attach> [ | :<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. | ::A small plug-in that evaluates Boolean and mathematical expressions. | ||
<br /> | <br /> | ||
:<attach>ButtonEvent.zip</attach> [ | :<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. | ::A plug-in that allows NSIS coders to add a custom button and tie a NSIS function to it. | ||
<br /> | <br /> | ||
:<attach>GetVersion.zip</attach> [ | :<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). | ::A plug-in that gets Windows version information (name, type, version, server name, service pack, service pack build). | ||
<br /> | <br /> | ||
:* Unicode builds are included in all downloads. | :* 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. | :* 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.