Allow patching/update application

  • Thread starter Thread starter thomas
  • Start date Start date
T

thomas

How design a windows-based application that allow to be patched or updated?

eg. the business-logic or sql statement need to be changed
Can we just send some small update/patch to user to update ?

Any architecture/design available except using web-based ASP.NET?
Any reference on this?

Thanks a lot
 
How design a windows-based application that allow to be patched or
updated?

eg. the business-logic or sql statement need to be changed
Can we just send some small update/patch to user to update ?

Here are some ideas

..NET Click Once
Microsoft Updater Application Block
Installshield (and simliar products)

Besides click once - auto-update isn't that easy to implement.
 
Back
Top