Skip to content
⌘ NSIS Forum Archive

How to hide the zipdll's unzipping info ?

3 posts

dujuan#

How to hide the zipdll's unzipping info ?

hello,I use:
ZipDLL::extractall "d:\test.zip" "d:\test2"
but there are some unzip info in the details window .
I hate the unzip info,and i want to keep the details window,what can i do ?
smonsarr#
I am having the same kind of problem,
SetDetailsPrint listonly
or
SetDetailsPrint none
has no effect on ZipDLL, be it directly called by ZipDLL::extractall or as a macro. The unzip output is always displayed in the details and in the text box
I get the same problem with the nsisunz plugin too.

Any ideas?