NsUnzip plugin: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Instructor (talk | contribs) (Created page with '{{PageAuthor|Instructor}} == Links == Download v1.0:<br> <attach>NsUnzip.zip</attach> Discussion:<br> [http://forums.winamp.com/forumdisplay.php?s=&forumid=65 Forum thread]...') |
Instructor (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
Discussion:<br> | Discussion:<br> | ||
[http://forums.winamp.com/ | [[http://forums.winamp.com/showthread.php?s=&threadid=304763 Forum thread] Forum thread] | ||
== Description == | == Description == | ||
Line 21: | Line 21: | ||
*User function for unpacking progress. | *User function for unpacking progress. | ||
*User function for listing archive. | *User function for listing archive. | ||
*User function for | *User function for crypted archive. | ||
[[Category:Plugins]] | [[Category:Plugins]] |
Revision as of 20:35, 29 March 2009
Author: Instructor (talk, contrib) |
Links
Download v1.0:
NsUnzip.zip‎ not found
Discussion:
[Forum thread Forum thread]
Description
nsUnzip plugin will test or extract files from a ZIP archive. Code of the DLL uses sources of UnZip 5.52 of 28 February 2005, by Info-ZIP.
Features:
- Flexible extract options.
- Regular expressions (wildcards) may be used to match multiple members.
- Possibility to exclude specified files from processing.
- User function for unpacking progress.
- User function for listing archive.
- User function for crypted archive.