Archive: Insert in my file the code to extract the files (During Installation)


Insert in my file the code to extract the files (During Installation)
Please look at my file and insert the code to extract the
Zip files and send it back PLEASE I'AM working with NSIS for 2 DAYS (((please Do it with easy terms)))

PLEASE DO IT PLEASE

DOWNLOAD THE ATTACHED FILE


ZipDLL probs? No problem! :)
I extract part of your code here:


StrCpy $2 "$PROGRAMFILES\a-S Codec Pack\060104\MatroskaMuxer.zip"
NSISdl::download http://umn.dl.sourceforge.net/source...r_20030805.zip $2

Once is download it, extract them, dude (supposing that you already read the plugin documentation)

StrCpy $2 "$PROGRAMFILES\a-S Codec Pack\060104\MatroskaMuxer.zip"
NSISdl::download http://umn.dl.sourceforge.net/source...r_20030805.zip $2
ZipDLL::extractall $2 "c:\outputofthezipfiles"

It helps?

Please don't open a new topic for every post, and stop shouting.

You aren't paying for this service, at least show that you willing to help in the process of developing the solution.

It's not difficult at all if you take a second to read the manual:

zipdll::extractall "file.zip" "c:\somefolder"
Pop $R0 ;contains "success" or error message