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
Decompress a .zip file
4 posts
Exactly what I'm was locking for!
Thanks for your fast replay!
Thanks for your fast replay!
just googled for 'nsis unzip'...