Archive: CopyFiles progress window hangs around


CopyFiles progress window hangs around
Hey, in my installer, I have install a lot of files and that are too large to be embedded into the installer (over 2 gigs each), so I use CopyFiles... When that fires up, Windows puts up a Copying Files dialog to show progress. Since I copy from two folders, I execute CopyFiles twice. Problem is that when the CopyFiles completes (shows 0mb remaining, it doesn't close), it stays there and the NSIS installer progresses to the next screen. This means one has to click around the progress window to get to the NSIS installer and click finish.
Its real ugly. I'm seeing this on Vista. Obviously /SILENT prevents the dialog, but I need to show progress, we're talking several gigs of data. Any ideas?


The thread "Vista problem using CopyFiles" discusses the problem you are seeing. In short, it's a Vista problem that should be fixed with the service pack. Microsoft has this article "The copy process may stop responding..."

Don


This machine has Vista 64 Service pack 1, is there a further hot fix or such for this?


I don't know if there is more. Does KB931770 have any other help for you?


Attempting to install that update, its says, this update does not apply to your system. This could be because it is for X32, X64 or its already part of SP1.


If you read the KB article from the prior link, it has info for both 64 and 32-bit systems.

It also says "This problem was first corrected in Windows Vista Service Pack 1"

You will also notice it lists some files included with the service pack along with their version numbers. This should allow you to determine if the service pack actually took (aside from just looking at the version number)

If you are certain you have the service pack, then I'd recommend trying to duplicate the problem within Windows (outside of NSIS) just to see if the problem is with Windows or NSIS.


I'll give it shot, but yes, I do have all the updates.