Difference between revisions of "Auto Update Strategy"

From TimeSnapper
 
Line 1: Line 1:
 
This is step 16 of [[25 Steps to Build Your Own Micro ISV]]
 
This is step 16 of [[25 Steps to Build Your Own Micro ISV]]
  
simplest solution: a button that sends the user to a page that tell them the last version.
+
* simplest solution: a button that sends the user to a page that tell them the last version.
next step up -- a webservice that tells the application what version is the latest
+
* next step up -- a webservice that tells the application what version is the latest
next step up -- a shim that lets you download, unzip and run the new version
+
* next step up -- a shim that lets you download, unzip and run the new version
  
 
This is step 16 of [[25 Steps to Build Your Own Micro ISV]]
 
This is step 16 of [[25 Steps to Build Your Own Micro ISV]]
 
[[Category:MicroISV]]
 
[[Category:MicroISV]]

Latest revision as of 06:26, 7 November 2009

This is step 16 of 25 Steps to Build Your Own Micro ISV

  • simplest solution: a button that sends the user to a page that tell them the last version.
  • next step up -- a webservice that tells the application what version is the latest
  • next step up -- a shim that lets you download, unzip and run the new version

This is step 16 of 25 Steps to Build Your Own Micro ISV