Basically what I want to do is inject stuff into another zip, not recompile the whole zip.
Every library I used just starts recreating the whole zip, while I just want it to change 1 file in a existing zip AND NOT FREAKIN RECOMPILE THE WHOLE ZIP
It drives me crazy, and yes I looked for functions in the library but I couldn't find any.
I'm using the DotNetZip library.
http://dotnetzip.codeplex.com
Also no bullshit 'Just try another library' questions because I already tried 2 library's and they both do the same.
TL;DR:
I want to change a file like winRAR does
]
Every library I used just starts recreating the whole zip, while I just want it to change 1 file in a existing zip AND NOT FREAKIN RECOMPILE THE WHOLE ZIP
It drives me crazy, and yes I looked for functions in the library but I couldn't find any.
I'm using the DotNetZip library.
http://dotnetzip.codeplex.com
Also no bullshit 'Just try another library' questions because I already tried 2 library's and they both do the same.
TL;DR:
I want to change a file like winRAR does
]