Update How To

FuZion

Well-known member
Joined
Jan 28, 2007
Messages
47
Programming Experience
Beginner
Hi there,

Basically, I have an application that I would like to be able to check for updates from a webserver. Now, this application will have many files that need to remain the same such as a SQL Server database file and a few folders that the program will copy to dynamically. So, in order to do this would I be able to just download the new exe file from the webserver and copy it over my existing one, along with any DLLs or other files that are needed? Does VS2008 come with a utility that allows me to do this?

Thanks!
 
Back
Top