tags:

views:

149

answers:

2

Hi all,

My requirement is this. I am programmatically downloading a folder from a remote server in zipped format using WebClient. This part is done. My folder will have only DLLs and EXEs. Can any one suggest an unzipping algorithim or libraries which can be used for unzipping?

http://www.sharpgis.net/post/2009/04/21/REALLY-small-unzip-utility-for-Silverlight.aspx

I tried out the method suggested in the above link. But my DLLs and EXEs are getting corrupted. Can any one help me out in this?

My programming environment is VS2010 and Silverlight 4.0. Application is OOB and has Elevated Priv

+1  A: 

Run a console/shell command to unzip the file.

Or Use this SharpZipLib

Pentium10
A: 

Check out this article, Easy access to Silverlight file resources with my ResourceFile class.

In this article, I explain how to open Silverlight file streams from files within a ZIP file stream.

Jim McCurdy