I am downloading a file and want to execute the install only after the download is complete. How do I accomplish this? Seems like FileSystemWatcher onCreate event would do this
One technique would be to download to the temporary directory, and then move it into C:/downloads once it was complete.