Updateable GUI (A new verion is available .... )

  • Thread starter Thread starter rawCoder
  • Start date Start date
R

rawCoder

Hi All,

I need initial ideas for how to develop a GUI that is Updateable.
Like the user can check for updates or be informed when a new update is
available.
Then he can download the GUI transparently and then run the new GUI.

This is just like Messengers ,, like MSN informs you of new client and gets
it downloaded and run ( ofcourse its COM based and Iam talking abt .NET)

So the Question is

What shud be done in the GUI to incorporate this feature?
Should it be based on some Object Model, or its as simple as downloading a
Setup which the GUI runs and the setup takes care of everything?

Any idea , Any uggestion, Any reference is welcome.

Thank You,
rawCoder
 
* "rawCoder said:
I need initial ideas for how to develop a GUI that is Updateable.
Like the user can check for updates or be informed when a new update is
available.
Then he can download the GUI transparently and then run the new GUI.

This is just like Messengers ,, like MSN informs you of new client and gets
it downloaded and run ( ofcourse its COM based and Iam talking abt .NET)

<URL:http://windowsforms.net/articles/appupdater.aspx>
 
Back
Top