Winzip equivalent class?

  • Thread starter Thread starter Derrick
  • Start date Start date
D

Derrick

Is there any core assembly class that can compress/decompress files similar
to winzip? I found how to create custom actions. What I would like to do
is write something that decompresses winzip files.

I tried adding the files to the deployment project, but they are so large
that compiling, and trying to load the msi, both hang the machine. Want to
develop custom action that shows users which zip files (each a set of data)
are available, provide check boxes so they can select which they would like
to unzip on to their machine.

Thanks!

Derrick
 
Is there any core assembly class that can compress/decompress
files similar to winzip? I found how to create custom actions.
What I would like to do is write something that decompresses
winzip files.

I tried adding the files to the deployment project, but they are
so large that compiling, and trying to load the msi, both hang
the machine. Want to develop custom action that shows users
which zip files (each a set of data) are available, provide
check boxes so they can select which they would like to unzip on
to their machine.

Derrick,

http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/toc.asp

or

http://tinyurl.com/675kv
 
Back
Top