Archive: Horrible slowness on Win98 w/ ShowDetails


Horrible slowness on Win98 w/ ShowDetails
I build an installer with thousands of files in it. I have noticed that on Win98 and ME, when a user clicks "Show Details" their install crawls to a near halt. I have looked into the code a bit, and it appears this is because Windows timer messages come much slower on Win9X, and since the copying of files is linked to these message events, the copying of files is consequently much slower.

(To see that this is the case, you can run the install, let it grind to super slow mode, and then wave your mouse around the Show Details box. This speeds things up considerably, because you get more event messages when the mouse is moving)

Has anyone managed to get a fix for this? As a potential workaround, is it possible to disable the Show Details button conditionally, as part of a label Goto?


I've noticed this strange behavior too. It#s helps a lot if you move your Mouse constantly in the part of the screen where the detail out put is.

I know this not a perfect solution but it helps on small - medium installation


I believe turning smooth scrolling off will fix this for you (dunno whether it's in display options somewhere - or maybe you'll need TweakUI, I dunno)

Deep-Trouble mentioned a workaround here , dunno if his idea would work properly, or maybe someone is already working on a way to fix it