Archive: Dialog::Open an zip file


Dialog::Open an zip file
Hi!

I want to open with the option Dialog::Open an Zip-File an unzip this file and copy to the direction.

If this is not possible, then i want to open some files ... (an Order and another Files)


Is this possible???

Please help :)

i use this option:

DetailPrint "Executing plugin...."
Dialogs::Open \
"All Files (*.*)|*.*|" \
"1" \
"Choose a file from the list" \
$EXEDIR \
${VAR_6}
StrCmp $6 "" Cancel Ok


you can either use the ZIPdll or nsExec to control any cmdline zip-tool (e.g. 7-zip)


Also, I recommend to you, change the pattern:

"ZIPfiles(*.zip)|*.zip|AllFiles(*.*)|*.*|"

:)

Thx ...