Posts: 12
Threads: 9
Joined: Oct 2012
Reputation:
0
Hello, I would like to make it so when I update my program and put it up on dropbox in place of the old one it will begin to download it automatically when the user starts the application next. But not only do I want it to do that but I want it to replace the old version. Could one of you guys help me with this?
Posts: 31
Threads: 2
Joined: Oct 2012
Reputation:
0
My method might not be the best but here's a way to do it .
First of all make a separate project that can download/instal the new version and also that can delete/unistal the old version
Second write the code to check for a new version in a separate thread that will run in the backgroud(so that the application will not become unresponsive while it checkes)and run the tread on form load.
I will not provide any code snippet as this is a general idea and you must work your way out of this partialy at least.
Sssssssssoftware developer...