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?