Home All Groups Group Topic Archive Search About

How to use Compressed Folder function of XP programmatically?

Author
13 Jun 2006 10:19 PM
mravichandran
dear Readers,

i will be downloading a zip file from the intranet website
programmatically and i would like to process some of the files inside
them before the user can save it.  we have a lot of copies of winzip.
winzip does not let me call their functions as COM or as .NET
assemblies.

I want to use the native compressed folder function present in the
Windows XP OS to open the zip file and process them before the user can
save it to the hard drive.

any links will be greatly appreciated.

regards
Ravi.

Author
13 Jun 2006 11:11 PM
Brian
mravichand***@gmail.com wrote:

> i will be downloading a zip file from the intranet website
> programmatically and i would like to process some of the files inside
> them before the user can save it.  we have a lot of copies of winzip.
> winzip does not let me call their functions as COM or as .NET
> assemblies.

There is a free .Net zip library that you can use.  It is written in c#.

http://www.icsharpcode.net/OpenSource/SharpZipLib

It is open source, but the authors allow it to be used in closed,
commercial applications.

I personally haven't used it, but I have heard good things about it.
Brian
Author
14 Jun 2006 6:28 AM
Cor Ligthert [MVP]
Ravi,

To be sure, do you want to upload unattended a zipfile to a client computer,
open that and than process a program unattended a program from inside that
zipfile.

As you want that and I don't know if it is even possible, than you need for
that at least that the user will download attended a Java or other pluggin
that you have signed.

Cor

<mravichand***@gmail.com> schreef in bericht
Show quoteHide quote
news:1150237172.215638.287820@u72g2000cwu.googlegroups.com...
> dear Readers,
>
> i will be downloading a zip file from the intranet website
> programmatically and i would like to process some of the files inside
> them before the user can save it.  we have a lot of copies of winzip.
> winzip does not let me call their functions as COM or as .NET
> assemblies.
>
> I want to use the native compressed folder function present in the
> Windows XP OS to open the zip file and process them before the user can
> save it to the hard drive.
>
> any links will be greatly appreciated.
>
> regards
> Ravi.
>