Dummy Progress Bar
Greetings,
I am looking for a dummy progress bar to run in the background during installations.
Nothing fancy, just a repeating thermometer bar.
It would run and continue to run until killed.
Ideally this would be a low-overhead application.
Does anyone have any suggestions or experience to share?
Thanks,
Tim ==
I am looking for a dummy progress bar to run in the background during installations.
Nothing fancy, just a repeating thermometer bar.
It would run and continue to run until killed.
Ideally this would be a low-overhead application.
Does anyone have any suggestions or experience to share?
Thanks,
Tim ==
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
VikingLoki
19 years ago
Posted by:
xpanmanx
19 years ago
I'm calling the XPSP2 installer in the middle of a very basic Wise script, and I'm calling it with the silent switch to prevent a user from cancelling the install. So, there's nothing other than a static Progress Message to let the user know that the installation is proceeding.
For all the complexity that's required in this particular situation, the code could be written in DOS batch and it would get the job done. So I have no access to either the MSI progress bar, or the Wise installation Expert progress.dll .
I'd be as happy as could be if I just had a simple widget to run in the background while the updater is doing its thing.
For all the complexity that's required in this particular situation, the code could be written in DOS batch and it would get the job done. So I have no access to either the MSI progress bar, or the Wise installation Expert progress.dll .
I'd be as happy as could be if I just had a simple widget to run in the background while the updater is doing its thing.
Posted by:
plangton
19 years ago
Hi xpanmanx,
The cawashington.netreach.net website has a lot of examples of vbscript progress bars (using IE). I've used this one: http://cwashington.netreach.net/depo/view.asp?Index=126&ScriptType=component
With some success. But theres a lot of them on there for different things. Hope that helps
Rgds
Paul
The cawashington.netreach.net website has a lot of examples of vbscript progress bars (using IE). I've used this one: http://cwashington.netreach.net/depo/view.asp?Index=126&ScriptType=component
With some success. But theres a lot of them on there for different things. Hope that helps
Rgds
Paul
Posted by:
wiseapp
19 years ago
hi xpan:
You can click on installation expert and then progress bar where it asks you to fill the custom progress bar dll. click on browse button and browse to c:\prorgram files\wise package studio\wisescript editor\progress\choose wizwin32.dll and then compile your wise script now it will show up during the installation. Try this let me know if it doesnt than probably ill create an exe for you in Visual Basic that will show a dummy progress bar.
Hope this would resolve the stalemate
You can click on installation expert and then progress bar where it asks you to fill the custom progress bar dll. click on browse button and browse to c:\prorgram files\wise package studio\wisescript editor\progress\choose wizwin32.dll and then compile your wise script now it will show up during the installation. Try this let me know if it doesnt than probably ill create an exe for you in Visual Basic that will show a dummy progress bar.
Hope this would resolve the stalemate
Posted by:
sini
19 years ago
Posted by:
wiseapp
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.