I am trying to make a update program for my program. I would be updating the .exe part etc., so I understand I would need it to update using a different .exe from the original program (If not, then tell me please, and I can just use a new form) Can someone give me the steps as to what I would need to do to complete this? Any coding, examples, other help is greatly appreciated.
Here's what I need it to do:
-Check current version
-Search ftp for newest version
-If the ftp has a newer version then it closes the program to be updated and allows the download
-It downloads and then replaces the current files in the directory with the new files
Here's what I need it to do:
-Check current version
-Search ftp for newest version
-If the ftp has a newer version then it closes the program to be updated and allows the download
-It downloads and then replaces the current files in the directory with the new files
Last edited: