Archive: Unzip Problems


Unzip Problems
Hi all,

For my installer purposes, I have one zip file with 3 directories inside it (each directory installing one component). Based on the user's requirements I want to copy just those components which the user wishes to install. Presently I find support to extract either the whole zip or a particular file.

How can I get a directory from inside a zip file without unzipping the whole zip (storage space issues). Please help.

Thanks in advance.


Why not have 3 Zip files or is that not under your control?
Also, why use Zip files when you can just include the files in the installer, or use 7-Zip?

Stu