Archive: Decompress a .zip file


Decompress a .zip file
Hi at all!

During the Installation a copy a .zip file in the installation folder.
Does theire exist a command to directly decompress the .zip File?

Example:
SetOutPath $INSTDIR
File C:\Datasheet\complete.zip

; loocking for a command to automatically decompress the complete.zip file


Or do I have to copy each file seperatly?
Example:
SetOutPath $INSTDIR
File C:\Datasheet\datasheet1.pdf
File C:\Datasheet\datasheet2.pdf
etc.

Thanks and Regards,
wili


http://nsis.sourceforge.net/Nsisunz_plug-in


Exactly what I'm was locking for!

Thanks for your fast replay!


just googled for 'nsis unzip'...