We are going to deploy a VB6 project to about 100 users, soon. I understand how to package and deploy a project using the wizard. If a change is made to the executable, I am aware that the new executable can be copied onto these user’s client PCs.Is there a utility/code/technique to have each client check the date of an executable located on the NETWORK and if the date is more recent than that of the current executable,copy that new executable to the client’s hard drive? We’re trying to decide how to manage new report requests, so we won’t have to redeploy executables manually.