Directions and Opinions on Creating Update System for the Application.
Posted
by AlwaysBeCoding
on Stack Overflow
See other posts from Stack Overflow
or by AlwaysBeCoding
Published on 2010-05-26T22:12:10Z
Indexed on
2010/05/26
22:31 UTC
Read the original article
Hit count: 145
Hi people.
I just try to figure out a good solution on designing the update process for a windows form application i created. I think of a button inside the app for manual checking of an update and checking when starting the app. Only I'm not familiar with technics. I though to have the update setup file in a FTP Server and checking the server for an update with a txt file in there with filename and version info. When app is finished downloading the update, closing and starting the update setup file.
Any suggestions, opinions on the subject?
© Stack Overflow or respective owner