Skip to content
⌘ NSIS Forum Archive

Decompress a .zip file

4 posts

wili#

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