Tagged Questions
"7z" or "7zip" may refer either to the open-source 7zip compression container format or to the program of the same name that is the flagship implementation of the compression format. Both are GPL-licensed and under active development.
28
votes
5answers
13k views
How do I create 7-Zip archives with .NET?
How can I create 7-Zip archives from my C# console application? I need to be able to extract the archives using the regular, widely available 7-Zip program.
Here are my results with the examples ...
10
votes
7answers
7k views
Using 7-Zip from Delphi?
I would like to use the 7-Zip DLLs from Delphi but have not been able to find decent documentation or examples. Does anyone know how to use the 7-Zip DLLs from Delphi?
9
votes
4answers
1k views
JPG+Zip File Combination Problem with Zip Format
Hopefully you've heard of the neat hack that lets you combine a JPG and a Zip file into a single file and it's a valid (or at least readable) file for both formats. Well, I realized that since JPG ...
7
votes
1answer
256 views
Treating 7z files as .NET streams
I would like to chain multiple stream operations (like downloading a file, uncompressing it on the fly, and processing the data without any temp files). The files are in 7z format. There is a LZMA SDK ...
7
votes
3answers
2k views
7-ZIP (LZMA) compression for iPhone (iOS)
Does anybody know if there is an implementation of 7-Zip (LZMA) that would work on iPhone (iOS)?
6
votes
6answers
11k views
Free compression library for C# which supports 7zip (LZMA)
I have a programm (written in C#) which reads/writes it's data direct (direct file access without server) to firebird database files. For a better exchange I want to (un)compress them on import/export ...
5
votes
1answer
511 views
Can Delphi JCL 7zCompression used to compress/decompress in-memory stream without file operations?
I had used TJcl7zCompressArchive / TJcl7zDecompressArchive to do Archive operation before.
Now I would like to compress / decompress in-memory streams directly without file operation. However, when ...
5
votes
1answer
1k views
7z extension for php?
I can't find one and I don't know if any of PHP Compression and Archive Extensions will work.
Do you think I could use a compression stream to read data from a 7z file?
UPDATE
7z forums have a ...
4
votes
1answer
284 views
C# - How do I create a regular ZIP archive using the 7-zip library(i.e. not a .7z, but .zip)?
this is my first question on here, so bear with me.
What I'm aiming to do is just create a basic .zip archive in C#. I have tried using the built-in GZipStream class of .NET and have managed to ...
4
votes
1answer
463 views
What compression format should we use; should we lay DEFLATE (.zip) to rest? [closed]
With most Linux distributions dropping gzip and bzip2 in favor of LZMA2 for compressing their packages, and many open source implementations for many platforms, I wonder: Shouldn't we lay DEFLATE and ...
3
votes
3answers
82 views
Creating files in memory then pushing them into a zip archive using 7-zip commandline?
I'm trying to create zip files on the fly in C++, I'm using 7-zip to try and accomplish this, specifically I want to use the 7-zip commandline (I'm willing to try and modify its source to accomplish ...
3
votes
3answers
129 views
using 7zip sdk to compress a file, but can not decompress using winrar or 7zip
I downloaded the SDK 7zip from here.
Then I used this code to compress a file to 7zip:
private static void CompressFileLZMA(string inFile, string outFile)
{
Encoder coder = new ...
3
votes
1answer
1k views
how to open java program generated zip file using UTF-8 encoding
our product uses has an export function, which zip some directory, the java program uses ZipOutputStream to write an zip file:
ZipOutputStream out = new ZipOutputStream(new ...
3
votes
1answer
380 views
Archiving thousands of files and 7zip limitations
My application requires that a task is run everyday in which 100,000+ PDF (~ 50kb each) files need to be zipped. Currently, I'm using 7-zip and calling 7za.exe (the command line tool with 7-zip) to ...
3
votes
2answers
672 views
How can I get 7za.exe to run via Powershell Remoting?
I've tried a number of different ways to do this, they all result in the same error.
Here is one set of commands:
$s = New-PSsession -ComputerName ServerA
$job = Invoke-Command -Session $s ...
3
votes
2answers
966 views
How do I use the 7z sdk to extract rar/zip files (C++)?
I'm trying to write a small, cross-platform comic book reader (Qt / C++). I don't care what's already out there, I know there are some.
My problem is that I need to read the comic book formats, which ...
3
votes
2answers
163 views
Licensing implications of calling 7-Zip from within proprietary application
I want to use 7-Zip within my proprietary application.
7-Zip is LGPL
Consider that within my application I call via its command line interface using system() something like this: system( "7-Zip ...
3
votes
2answers
798 views
Ruby / rubyzip alternative capable of handling rar/tar/zip/7z?
I was wondering if anyone knows of rubyzip alternatives for Ruby, that can handle various formats in particular zip / rar / 7z?
I know of libarchive, but it's not complete for my purposes ( it's a ...
3
votes
4answers
1k views
Invoke-Expression with exe in Program Files
I'm trying to run a Powershell command to call 7-Zip to zip up a folder using the following command:
$command = $SevenZip + " a " + $targetDirForZip + $GetDateName + "_" + $dir.Name + ".7z " + ...
3
votes
2answers
976 views
API's to extract 7z files in .net
Is there any API available, that can be used in .net that can read/extract 7z files ?
3
votes
4answers
2k views
7-Zip (7za.dll) .NET wrapper
Is there some code or a library that lets me control the 7-Zip unpacking functionality from C# code?
2
votes
1answer
77 views
7zip execution permissions in Windows2k8 64
I've created a self-extracting 7zip file. There is one CMD file contained in it which 7zip runs on extract. This cmd reads the registry and performs some further activities (unimportant to this ...
2
votes
1answer
123 views
7zip self extracting installer erases files before installation completes
We made a new installer that works pretty well using Visual Studio and WIX. Now I'm trying to zip it up and make a self extracting installer for distribution.
I can create the installer.exe just ...
2
votes
2answers
116 views
7-Zip command doesn't succeed when in an asynchronously called batch from php
In my batch file I've got the following code
SETLOCAL enabledelayedexpansion
7Z a -r ..\%ZIPNAME%.zip * >> uniqueid8.log
IF !ERRORLEVEL! GEQ 1 (
CALL :getLineNumber errLine uniqueID8 -2
...
2
votes
1answer
135 views
C# Using 7zip to get list of files in an archive?
I am using 7zip http://www.7-zip.org/download.html in a C# program to unzip files using the code below.
Process t = new Process();
t.StartInfo.FileName = "7za.exe";
t.StartInfo.Arguments = "e " + ...
2
votes
5answers
266 views
Any good tool for browsing archives(Ear,War, Jar) on OSX
On Linux i can use file-roller and open an browse the content of an EAR file without manually open it, can even dig into contained WAR file and within that JAR files quickly.
This is another of those ...
2
votes
1answer
348 views
7-Zip: Any good tutorials?
I'm thinking about using the 7-Zip format to pack my application files since it's a very compact and popular format. I can't find some tutorials on how to use the C++ SDK, though. I'd like some ...
2
votes
2answers
440 views
Spaces in filenames using forfiles and 7zip
I am writing a script to zip up old files, using forfiles for the looping and 7za for the zipping. I have been struggling with how to deal with spaces in the filenames, and although I have found a ...
2
votes
1answer
295 views
Why is compressed then uncompressed stream of different length
I'm using the SevenZipSharp library to compress and then uncompress a MemoryStream which contains a simple serialized object. However, the compressed and decompressed streams are of different length.
...
2
votes
1answer
126 views
Valgrind massif produces no profile output for 7-Zip
I want to use valgrind massif to figure out the heap memory used by 7-Zip. When I run massif on 7-Zip, it produces no output. Here's the command.
valgrind --tool=massif /usr/bin/7z a filename.7z ...
2
votes
1answer
1k views
Unzipping files in a faster way than using the java.util.zip in Android
I need unzip a .zip file of 2.5mb(1087 files - *.html, *.css and *.db) in android, i have used java.util.zip, it works fine, but i need improve the performance, the unzip process last 1.10 minutes, i ...
2
votes
1answer
179 views
Indexing / random access to 7zip .7z archives
Tools exist to provide random access to gzip and bzip2 archives:
gzip zran.c from the ghostscript source code
bzip2 seek-bzip by James Taylor
I'm looking for any similar solution for 7zip
(The ...
2
votes
4answers
908 views
LZMA Or 7zip in Delphi
Is there any Library in Delphi to handle LZMA (or 7zip)files including creating self extracting EXEs
There are some sources code at 7zip.orgin (c++ java c#) but i want them in delphi
BUT i want ...
2
votes
2answers
2k views
Using LZMA SDK in C++
I am trying to use LZMA SDK to compress a file in my program. I have download the SDK but I don't know how to use it. Can anyone tell me what steps I need to take to make this work? Any help would be ...
2
votes
1answer
365 views
How to avoid thumbs.db files in compression
Is there a 7zip or winzip command to use so that the compression avoids thumbs.db files?
2
votes
2answers
165 views
7z and file flush. Its not compressing my file
In encryptFile file if i change the if statement to true the code will work as expected. However i get console windows on screen which is ugly. When i make it false FileListName compress as empty ...
2
votes
1answer
252 views
Unable to extract SO's data dump file by Mac
I run the following Gert's extract command to the data dump file which format .7z seems to be a problem:
extract () {
if [ -f $1 ] ; then
case $1 in
*.tar.bz2) tar xvjf $1 ...
2
votes
2answers
1k views
Is there a task supporting modern multithreaded archivers - 7zip, winrar etc.?
We are using the Ant Zip task, which is a bit obsolete (low processing speed for big files).
Can anyone point me to a mature Ant task, ready for production use, that supports multithreaded ...
2
votes
2answers
618 views
How do I write binary data for 7z archive format?
I've been pouring over the format description and source code for the 7z archive format, but I'm still having trouble writing a valid container. I assume I can create an empty container... anyway ...
2
votes
3answers
1k views
how to get extended error information from 7z commandLine process
inside my C# app I runs a 7z process to extract an archive into it's directory
the archive is located in a random-named directory on the %TEMP% directory for example
C:\Documents and ...
2
votes
4answers
3k views
7-Zip command-line switch
Is there a 7-Zip command-line switch that prevents the filenames from echoing to the screen as they are added to the archive?
1
vote
1answer
54 views
Extracting only a specific subfolder 7zip
I'm working on a python script that will automatically update Calibre since it does not contain an autoupdater and updates weekly. My script downloads the portable zip file, and then should extract a ...
1
vote
0answers
163 views
What is the best compression method (7-zip) for SQL Server backup file? [closed]
Given an arbitrary *.bak file (up to 50GB) with a SQL server database backup created using a standard BACKUP DATABASE command, in my program (.NET) I need to compress it to the *.zip file the best way ...
1
vote
0answers
66 views
How does 7-zip use threading? [closed]
Is there anywhere an explanation on how 7-zip uses threading to optimize its execution time?
What i would like to understand is:
Is parallelism achieved by compressing several files in parallel? ...
1
vote
1answer
111 views
TJclCompressArchive (project Jedi). How to select a compression format?
Using Delphi XE on Win7 x64, have Jedi Class Library ver. 3.45, and 7z.dll ver. 9.20,
Uses .., jclcompression;
procedure TForm1.Button1Click(Sender: TObject);
const
an = 'C:\1.7z';
fn = ...
1
vote
2answers
144 views
C#.NET - Compress Encrypted Files to 7z Format
I need to compress folder with files in .7z format.
I use SevenZip for it with class SevenZipCompressor.cs.
There are a method CompressFilesEncrypted(). How to compress folder with files?
Any help ...
1
vote
4answers
213 views
extract 7zip in C# code
I need use 7zip in C#. Without console, just with 7zSharp.dll ?
+ I find some data here
http://7zsharp.codeplex.com/releases/view/10305 ,
but I don't know how to use it( - I could create .bat(.cmd) ...
1
vote
2answers
80 views
random seek in 7z single file archive
Is it possible to do random access (a lot of seeks) to very huge file, compressed by 7zip?
The original file is very huge (400gb xml) and I can't store it in unpacked format (i have no so much free ...
1
vote
1answer
153 views
PSEXEC not redirecting 7zip output
I'm trying to use PSEXEC to uncompress a self extracting file (a console exe created with 7zip) in a remote machine and view the results on my screen.
The remote command executes just fine, but I ...
1
vote
0answers
92 views
shell_exec not execute some programs (e.g 7z) but start another (e.g zip) [closed]
i make
shell_exec("7z a /blablabla/arc /blablabla/file");
i need archive file with 7z, but its not working.
But it works if i use zip instead 7z or start script manually
This not only with 7z, ...