Skip to content
⌘ NSIS Forum Archive

progress indicator is a bit scary

8 posts

shantanu_gadgil#

progress indicator is a bit scary

This is regarding the fact that the progress indicator advances after a file has been extracted, so if I have many small files AND ONE big file, it will seem OK till the small files get extracted and then it will SEEM as if the NSIS installer has hung up 😱

I don't whether it is possible to design a mechanism by which the actual progress can be shown so that the user knows that the installer is still alive.

- Shantanu
shantanu_gadgil#
I guess that will do...but will it be too much of an overhead to show the progress actually (as it it really is) ?

Its just that that will look cooler than the percentage 🙂

- Shantanu
kichik#
Actually, IMHO it will look even wierder because NSIS has a scripting language which means files can be skipped, and seeing one big progress because of alot of files skipped will be even weirder than not seeing it.
shantanu_gadgil#
I don't understand 🙁

What I think you mean is that there is no direct method of predicting which file might and might not get extracted (and hence no way of knowing the "part of total") because of the possible jumps in the scripts.

If this is what you mean...then OK, will have to do with percentage extracted.

This idea is just for kicks (looks) 🙂 ...how about a second progress-bar for the current file. I don't know if it would be good idea to implement it or not. (Some people might like the way it looks, some might not)

What say you ? 🙂

- Shantanu