ANN: Xceed Zip for .NET v2.0 released
Odi Kosmatos <[email protected]> Wed, 12 Feb 2003 09:00:33 -0800
| Newsgroups | gmane.comp.windows.devel.dotnet.products |
|---|---|
| Message-ID | <DOTNET-PRODUCTS%[email protected]> |
Xceed Zip for .NET, the first 100%-managed Zip & streaming compression library, is now available with powerful new features never before offered in a fully managed .NET compression component. ---------------------------------------------------------------------- In brief, the major new features added in this version are: ---------------------------------------------------------------------- - Can now create and update split and spanned zip files - Can now create powerful fully customized self-extracting zip files as powerful as mini-install programs - New, highly flexible memory zip/unzip operations thanks to the new memory file and folder objects - Supports the Deflate64 compression method - 900% improved multi-file performance Download the fully functional trial version: http://www.xceedsoft.com Xceed Zip for .NET v2.0 is clearly, and by a wide margin, the most flexible and feature-rich 100% managed .NET compression class library on the market. ---------------------------------------------------------------------- Details of what's new ---------------------------------------------------------------------- * Splitting and spanning Xceed Zip for .NET v2.0 adds support for reading, writing and even updating zip files that are split into multiple parts (with different filenames, like .Z01, .Z02, etc.) or that span multiple disks (with the same filename on each disk). In addition, split zip files can be located in the same folder or in altogether separate locations. * Full self-extracting support Xceed Zip for .NET can now create sharp, fully customized self-extracting zip files. In fact, it supports all the features offered by our extremely feature-rich Xceed Self-Extractor Module, but without the added cost of an extra module to purchase With this, you can dynamically create self-extracting zip files with install-program-strength capabilities like displaying an intro message, license agreement, progress dialog, ask for passwords, run another application, create program groups, open documents, etc. * Deflate64 The Deflate64(TM) algorithm is now supported. * Updated filesystem object model With its new memory and .NET isolated storage file and folder objects, all zip, unzip, copy, move, rename and other operations can now be performed to and from memory and .NET isolated storage, not only to disk and zip files and folders. This also means that you can not only zip from memory, but you can also create a zip file entirely in memory then access, modify or copy it or its contents as if it was a real file. Also, in addition to being able to unzip from a file to memory, you unzip from a zip file that is in memory or in a stream. -------------------------------------------------------------------------