I don't like the default "Stages" progress bar. I offer the option to copy a lot of big PDF's to the user's hard drive, and the progress bar doesn't show valid information during the copy stage, and customers wonder if it has locked up, etc.
I have since switched it over to showing the install progress per file (fairly easy via e_CurrentItemPct), however, I would really like to upgrade it with 2 tweaks.
1) I would like to only update the per-file progress bar if the current file's size is > 1MB so that it doesn't blink a lot for small files, but still shows ones taking >2 seconds to install/copy. How can I tell the size of the current file being installed?
2) Is there a way to have the primary progress bar show the percentage of total bytes installed vs total bytes to install? At that point, I don't care what "stage" it's in.


