PDA

View Full Version : Extract a zip file



NewsArchive
11-12-2013, 02:09 AM
This used to work but maybe I have changed something. I download one zip
file and have the installer extract.

Don Harvey

NewsArchive
11-12-2013, 02:09 AM
Found it, pulling file from the wrong place.

Don Harvey

NewsArchive
11-12-2013, 02:10 AM
Nope, still problem with the download/extraction.

Don Harvey

NewsArchive
11-12-2013, 02:10 AM
Don,

>
> Nope, still problem with the download/extraction.
>

I have developed a demo for you:

http://www.lindersoft.com/projects/unzip_demo_project.zip

The demo installs a dummy test0.txt, then downloads an "unzip_demo.zip" file
from our web server and extracts the ZIP archive (two files). After that,
you'll have test0.txt, test1.txt and test2.txt in your install folder.
Uninstall will remove all three files.

Does this help?

Friedrich

NewsArchive
11-12-2013, 04:26 AM
Don,

This code here works flawlessly

Progress Dialog: Display [Top] [NoMinMax] [WinTaskBar]
Download File from "http://www.dmc-fr.com/xxxxxx.zip" to
"%MY_DESTINATION%" [no-cache] [Permanent] [Progress]
! UnZip the Archive
Unzip Archive "%MY_DESTINATION%\xxxxxxxx.zip" to "%MY_DESTINATION%\"
[Quiet] [Permanent]

--
JP
__________________________________________________ _____

For those who do not understand ... : "Qui bene amat bene castigat."
__________________________________________________ _____

DMC - Data Management Center : a tool to let you Migrate Import Export
Transfer your Data
www.dmc-fr.com

NewsArchive
11-12-2013, 01:40 PM
Thanks for the demo Friedrich, got it working.

Don Harvey

NewsArchive
11-12-2013, 01:41 PM
Thanks JP,

The problem was in my download script.

Don Harvey