Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
9answers
2k views

Creating Compressed (Zipped) Folder using Delphi

Can I create Windows XP's Compressed (Zipped) Folder using Delphi?
4
votes
2answers
2k views

Creating a self-extracting zip archive on a linux box

Due to a number of constraints that I won't get into, I have to create a self-extracting ZIP archive on a linux box. The resulting archive should be executable on Windows only. Is this at all ...
2
votes
3answers
3k views

How to decompress an AES-256 encrypted Zip file?

I am looking for a compression library to use in iPhone application supports decompressing AES 256-bit archives built in Winzip compression utility. Thanks a lot.
2
votes
3answers
75 views

How do I programmatically check the date of a file in a Zip archive?

Given that I have a zip file called archive.zip that contains a file called customerData, how can I programmatically check the date of the file inside archive.zip? I'm using the command-line Winzip ...
2
votes
1answer
368 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?
1
vote
2answers
495 views

WP7: How to Decompress an AES-256 encrypted zip file?

I am trying to decompress an AES-256 encrypted zip file on Windows Phones 7 Application. How can that be accomplished? Any guide would be greatly appreciated.
1
vote
2answers
649 views

How can I create a WinZip compatible AES-256 encrypted zip file from PHP on Linux?

I have to create a WinZip compatible zip file from a PHP application on a linux box, and it must use AES 256 encryption. I have found a few solutions for PHP on Windows, but they don't help me! A PHP ...
1
vote
1answer
156 views

ZIPX Compression Method 2048

I have a zipx file that is using compression method 2048. I know that the ZIPX format uses one of four compression methods (LZMA, BZIP2, PPMd, WavPack). The compression method number associated with ...
1
vote
3answers
507 views

Does an .exe file size affect if its icon is shown?

I have a large cluster of files that I'm trying to pack into a single self-extracting executable and have so far been able to accomplish this with both Installshield 10.5 and Winzip Self-Extractor ...
1
vote
4answers
783 views

Winzip hanging up in scheduled task batch file

I have a simple batch file as seen below that should extract a zip file to the root of E:. The zip file is valid and I can run the batch file from the command line just fine. Instead of completing ...
0
votes
1answer
98 views

Trying to execute self extracting zip file silently in command line

I have these self extracting zip files that I'm trying to extract on 2008/7 machines remotely. But they are coming in a way of .exe and it require user to double click and choose the extractions ...
0
votes
1answer
57 views

how to silently extract winzip self extractor without progress bar

I am running Winzip Self extractor file from .net by passing a command line argument "/auto" so that the installation goes silently. However i dont want to show the UI/Progress during the ...
0
votes
3answers
109 views

stop Winzip from opening up explorer window

We are testing download an unzip of multiple files. Commands very similar to the ones shows are executed from a batch file (called from SSIS) C:\Progra~1\WinZip\WINZIP32.EXE -min -e -o -j ...
0
votes
0answers
102 views

Zip file with password not opening

I have to create one new zip file and put the files into that.Once i put those files,i have to set password for the zip file. the code is running file.But when i try to open the zip file ,i am getting ...
0
votes
1answer
109 views

Winzip process unable to zip the file from .net application

We have a .NET application for zipping the file automatically using winzip (winzip32.exe) as a process .The process is similar to zipping a file using winzip from command line. We have configured a ...
0
votes
1answer
289 views

Zip Archive Library decompression with AES-256

I am using Zip Archive library for compressing and decompressing files, i needed to enable AES encryption so by Uncommenting #def ZIP_AES in the _features.h file included with the library and ...
-1
votes
2answers
69 views

Is Winzip encryption strong enough? [closed]

It has been a while since I used winzip, and I remember going to a lecture on IT Security a long time ago, where a winzip password breaker was demonstrated. It was pretty obvious that winzip ...