Results 1 to 16 of 16

Thread: No progress bar during download

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Location
    Painesville, OH
    Posts
    70

    No progress bar during download

    I developed a Windows application that I intend to market.
    I created a web page with Expressions Web (replaced Front Page).
    I have a button labeled "Download 30 Day Free Trial" which I linked to MyApp.zip.
    It downloads the zip file, but, there is no indication that it is doing anything.
    There is no progress bar.

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: No progress bar during download

    There won't be unless you write an app to download the file and show the progress...

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Location
    Painesville, OH
    Posts
    70

    Re: No progress bar during download

    Could the app run from the website?
    I would rather not have to download the app.

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: No progress bar during download

    No, it has to run from the users computer.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Location
    Painesville, OH
    Posts
    70

    Re: No progress bar during download

    My "Download 30 Day Free Trial" button is linked to "OrthoLabRx Download.exe".
    It asks if I want to Save or Run.
    If I select "Run", I get all kinds of error messages..
    "Save" works fine, but, is there any way to suppress this dialogue?
    I would prefer if it didn't ask since I really don't have any choice anyway.

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: No progress bar during download

    What do you mean you don't have a choice? The user always has a choice, and no you can't suppress it.

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Location
    Painesville, OH
    Posts
    70

    Re: No progress bar during download

    OK, I save the download program and run it.
    Then I get:
    "The publisher could not be verified. Are you sure that you want to run this software."
    How can I suppress this message?

  8. #8
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: No progress bar during download

    What are you using? When you run a program on your computer that should not happen. Are you using IE7?

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Location
    Painesville, OH
    Posts
    70

    Re: No progress bar during download

    Yes, Internet Explorer version 7.
    Download.exe is still on my desktop.
    I clicked on it and immediately got the "Unknown Publisher" message.
    There was a check box that said "Always ask before running this program".
    I unchecked it and it no longer gives the message!?
    But, when I go back to the website and download it again,
    Internet Explorer tells me "The publisher could not be verifed".
    Last edited by furjaw; Feb 6th, 2007 at 08:01 PM.

  10. #10
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: No progress bar during download

    Now the question is why is your program interfacing with IE7?

  11. #11

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Location
    Painesville, OH
    Posts
    70

    Re: No progress bar during download

    Actually it isn't at that point.
    But IE7 originally put the program on my desktop, and inserted the warning.
    After my Downloader.exe copies Setup.exe and Setup1.msi to my desktop,
    I have to click on the folder icon, and click on Setup.exe.
    I do not get the "Unknown publisher" message on the actual install, just on the downloader.exe.
    Last edited by furjaw; Feb 6th, 2007 at 08:10 PM.

  12. #12
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: No progress bar during download

    Debug your download.exe program to find out where it gets that message. I bet it is with the interface with IE7. If you want to eliminate that problem you would probably need to do a winsock download inside your download.exe file.

  13. #13

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Location
    Painesville, OH
    Posts
    70

    Re: No progress bar during download

    I don't like the way this deployment is working.
    First I have to know to select "Save" instead of "Run".
    Then I have to select "Run".
    Then it downloads Setup.exe and Setup1.msi.
    Then I have to get out of Internet Explorer
    and find the folder where it downloaded Setup.exe and Setup1.msi.
    and click on Setup.exe.

    Would Inno Setup give a better deployment from a website?
    Last edited by furjaw; Feb 7th, 2007 at 02:42 AM.

  14. #14
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: No progress bar during download

    No, you need to understand just what you are doing. You immediate issues are with IE7.

  15. #15

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Location
    Painesville, OH
    Posts
    70

    Re: No progress bar during download

    I just found out that if I change my "Download" button to link to Setup1.msi instead of Setup.exe, then everything works the way that I want it to!

    The question is, will it install the prerequisites (SqlExpress, WindowsInstaller 3_1, dotnetfx).

    I hate to uninstall them in order to test it.

  16. #16
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: No progress bar during download

    TEST!!!, Why on earth would you want to test anything...

    Testing is for professionals only... You shouldn't bother with such trivial things...

    How will it install those thing unless you put them in your installation package?????

Posting Permissions

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



Click Here to Expand Forum to Full Width