Nate Lowrie wrote: > Paul, you said you update the whole app, but what is you method for > updating? It's not a web update is it?
It is indeed a web update. I have a web service[1] that performs several tasks for the client applications, such as verifying license keys, providing global data, returning the lastest version available, and providing a specified version of the app. The client asks the server for the latest version, and if it is out of date, the user is prompted to update the application, at which point the client asks for the exe. Once downloaded, the setup.exe starts and the main app closes. [1] I'm using "Web Service" in a general sense here. There's no WSDL or SOAP in play, just a web service waiting for requests and returning responses, only sometimes in XML. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
