Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Dialog::Open an zip file (http://forums.winamp.com/showthread.php?t=253409)

OsmanY22 16th August 2006 13:52

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

Yathosho 16th August 2006 20:18

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

Joel 17th August 2006 00:25

Also, I recommend to you, change the pattern:
PHP Code:

"ZIP files (*.zip)|*.zip|All Files (*.*)|*.*|" 

:)

OsmanY22 17th August 2006 09:11

Thx ...


All times are GMT. The time now is 05:10.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.