Results 1 to 7 of 7

Thread: Extract a zip file

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Extract a zip file

    This used to work but maybe I have changed something. I download one zip
    file and have the installer extract.

    Don Harvey
    Attached Images Attached Images  

  2. #2

    Default Re: Extract a zip file

    Found it, pulling file from the wrong place.

    Don Harvey

  3. #3

    Default Re: Extract a zip file

    Nope, still problem with the download/extraction.

    Don Harvey

  4. #4

    Default Re: Extract a zip file

    Don,

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

    I have developed a demo for you:

    http://www.lindersoft.com/projects/u...mo_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
    Attached Images Attached Images  

  5. #5

    Default Re: Extract a zip file

    Thanks for the demo Friedrich, got it working.

    Don Harvey

  6. #6

    Default Re: Extract a zip file

    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

  7. #7

    Default Re: Extract a zip file

    Thanks JP,

    The problem was in my download script.

    Don Harvey

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •