The installer I am working on will not have any "install files" in our script only "copy files".

This installer will copy files from one directory to another, it will not hold any compressed file to install with-in the installer.

Every installer we have made so far, the progress bar has worked perfectly. But, this installer which only copies file to a directory has trouble with it.

The installer it self copies around 300k - 400k of data over a shared network drive. When you start the install process, the progress bar doesn't move pretty much until the install is finished.

Could this be due to it being over a network drive, or because the size of the file?

~Brandon Arrig