|
-
Feb 6th, 2007, 02:53 AM
#1
Thread Starter
Lively Member
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.
-
Feb 6th, 2007, 03:43 AM
#2
Re: No progress bar during download
There won't be unless you write an app to download the file and show the progress...
-
Feb 6th, 2007, 11:24 AM
#3
Thread Starter
Lively Member
Re: No progress bar during download
Could the app run from the website?
I would rather not have to download the app.
-
Feb 6th, 2007, 04:53 PM
#4
Re: No progress bar during download
No, it has to run from the users computer.
-
Feb 6th, 2007, 06:56 PM
#5
Thread Starter
Lively Member
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.
-
Feb 6th, 2007, 07:08 PM
#6
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.
-
Feb 6th, 2007, 07:39 PM
#7
Thread Starter
Lively Member
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?
-
Feb 6th, 2007, 07:44 PM
#8
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?
-
Feb 6th, 2007, 07:53 PM
#9
Thread Starter
Lively Member
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.
-
Feb 6th, 2007, 07:57 PM
#10
Re: No progress bar during download
Now the question is why is your program interfacing with IE7?
-
Feb 6th, 2007, 08:03 PM
#11
Thread Starter
Lively Member
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.
-
Feb 6th, 2007, 11:44 PM
#12
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.
-
Feb 7th, 2007, 01:58 AM
#13
Thread Starter
Lively Member
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.
-
Feb 9th, 2007, 01:12 AM
#14
Re: No progress bar during download
No, you need to understand just what you are doing. You immediate issues are with IE7.
-
Feb 9th, 2007, 01:15 PM
#15
Thread Starter
Lively Member
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.
-
Feb 9th, 2007, 04:41 PM
#16
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|