Application on demand

  • Thread starter Thread starter Plutian
  • Start date Start date
P

Plutian

Hi all,

I would like to know there is any technology which similar to Java Web
Start? I've to build a application which has about 200 users, but we won't
adopt the web approach due to security concern. And the application may be
frequently update. So we have to develop an application which can check the
version of itself with the server one. If the server has more update version
the application will download the latest one from server and then run it.
It's appreciate if any export on microsoft suggest some means for
development this kind of software.

Thx
 
Hi all,

I would like to know there is any technology which similar to Java Web
Start? I've to build a application which has about 200 users, but we
won't adopt the web approach due to security concern. And the
application may be frequently update. So we have to develop an
application which can check the version of itself with the server one.
If the server has more update version the application will download
the latest one from server and then run it. It's appreciate if any
export on microsoft suggest some means for development this kind of
software.


From Microsoft's Best Practices:

http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/dnbda/html/updater.asp
 
Back
Top