Joel Ahlgren

Results 43 comments of Joel Ahlgren

So, after a bit of fiddling with it, in [my repo](https://github.com/squid-box/SevenZipSharp) there's now: * An Appveyor configuration: https://ci.appveyor.com/project/squid-box/sevenzipsharp * Updated ReadMe with new badge link. * A published nuget package:...

Hi, I'm a little unclear on what you're trying to do. You're saying you downloaded some archive, and are able to extract "normal" files from it but not executable files?...

Just creating a 7z archive of a number of files (took a random installed program on my computer, created by context menu and 7-zip 21.01) including an .exe - I...

Thanks, I'll have a look tonight and get back to you.

@RickZeeland: So, it looks like the file is encrypted - meaning I can't really check it without the password :)

Bah, I appear to be blind - sorry... 🙈 I wrote a quick unit test for this, and I have no problems extracting the archive you've provided. ``` [Test] public...

I've looked into this a little, but I'm at a disadvantage since I don't have a ready supply of 4GB+ sized files. I created a 16GB dummy file that I...

The likely cause is due to what a tar.gz and tar.bz2 file actually is - the files are first packaged in a tar file (that has no file compression) and...

So I'm a little hesitant on this issue, because on one hand I understand your view of this - usually you want to get the directly to the sub-archive of...

The error code 0x8007000e corresponds to `E_OUTOFMEMORY` - what amount of RAM do you have on the device running the compression? If you look at the memory usage of the...