I am working on a Win app that needs to be able to update itself remotely. Once I have a new version of the executable downloaded to a temp file name I need to be able to replace the old version with the new version. The problem is that I am not able to make the switch while the executable is running. Does anybody out there have any experience with this?
Thanks