PDA

View Full Version : Decompress a ZIP file



NewsArchive
03-22-2011, 01:40 AM
Hi all,

During the installation I copy a ZIP file in the installation folder. I see
a "#zip file(s)" function to create a zip, but is there an UNIP equivalent
to decompress the file?

Thanks,
Jay

NewsArchive
03-22-2011, 01:42 AM
> During the installation I copy a ZIP file in the installation folder. I
> see a "#zip file(s)" function to create a zip, but is there an UNIP
> equivalent to decompress the file?

Sure. But please note that "#zip file(s)..." is a compiler directive to
create .zip archives at installer COMPILE TIME (that means, when you compile
your setup.exe)!

Please see a few threads down ("Question about creating a zip archive",
March 13, 2011) or this mirror link:

http://www.lindersoft.com/forums/showthread.php?t=31510

You can use the "Zip File(s)..." script function to create .zip archives at
installer RUN TIME and/or "Unzip File(s)..." to decompress .zip archives.

Friedrich