Xceed Real-Time Zip for .NET Documentation
Installation instructions for VB.NET
Welcome to Xceed Real-Time Zip for .NET, .NET Standard & Xamarin > Installation Instructions > Installation instructions for VB.NET

The Xceed Component Installer will copy all the necessary files into this product's installation folder and place a copy of the Xceed.Zip.v#.#.dll and Xceed.Compression.v#.#.dll assemblies in the global assembly cache. The only thing left to do in order to begin using Xceed's components is to add the appropriate assemblies to your project, and license the product for runtime use if the trial period has expired or if you have purchased a license key. You must purchase a license key in order to deploy an application built using Xceed Real-Time Zip for .NET / .NET CF to a customer.

To start using this product, perform the following steps:

You are now ready to add the necessary assemblies to your project. To do so, perform the following steps:

PPMd compression is now incorporated into the Xceed.Compression.v#.#.dll assembly. The Xceed.Compression.PPMd.v#.#.dll is now obsolete and no longer disctributed with this product.

You can then add using directives to your code to create aliases for existing namespaces and avoid having to type the fully qualified type names.

Imports Xceed.Zip.ReaderWriter

'Only necessary if you need to set the compression level/method.

Imports Xceed.Compression
 
Finally, jump to the Licensing topic for detailed instructions on when and how to license the components for runtime use.