W
Wayne Wengert
I want to have my application (VB.NET) check a table on an SQL server to see
if there is a newer version released and, if so, download and install the
new version. I know how to setup the database table but I am looking for
ideas on how to handle the update. Since the application is running, I can't
just replace that EXE. The only way I've thought of is to have a small front
end app that does the version check and download if needed? I'm not sure if
there are problems with doing a download/replace and then calling then
immediately executing that file.
I also am considering adding some way to save the replaced EXE so the user
could do a roll-back.
Has anyone implemented something like this? Any suggestions on the best way
to do it?
Wayne
if there is a newer version released and, if so, download and install the
new version. I know how to setup the database table but I am looking for
ideas on how to handle the update. Since the application is running, I can't
just replace that EXE. The only way I've thought of is to have a small front
end app that does the version check and download if needed? I'm not sure if
there are problems with doing a download/replace and then calling then
immediately executing that file.
I also am considering adding some way to save the replaced EXE so the user
could do a roll-back.
Has anyone implemented something like this? Any suggestions on the best way
to do it?
Wayne