NsUnzip plugin: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Instructor (talk | contribs) (→Links) |
|||
Line 3: | Line 3: | ||
== Links == | == Links == | ||
Download v1. | Download v1.1:<br> | ||
<attach>NsUnzip.zip‎</attach> | <attach>NsUnzip.zip‎</attach> | ||
Revision as of 17:05, 27 November 2009
Author: Instructor (talk, contrib) |
Links
Download v1.1:
NsUnzip.zip‎ not found
Discussion:
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.