.net zip equivalent of jar in Java

J

Jack Wright

Dear All,
Is there a .net zip equivalent of jar in Java? I would like to
compression my dlls while sending it across via No Touch...it should
also take care of versioning...

Thanks & Regards
Jack
 
M

Marc Scheuner [MVP ADSI]

Is there a .net zip equivalent of jar in Java? I would like to
compression my dlls while sending it across via No Touch...it should
also take care of versioning...

Not out of the box, no. If you want to add compression, you'll have to
roll your own scheme of compressing/decompressing .NET assemblies.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
C

Chris Botha

Another problem, no-touch won't find the DLLs in the zip file - it only
looks for DLLs.
 
J

Jack Wright

Hi Chris,
Thanks...I would like to embed a zipped file into my .Net dll and
extract it on my client...this will save lot of BandWidth...though it
will increase the process time on the client...I want to keep my
WebServer healthy and cater to users instanteously...

Thanks & Regards
Jack
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top