Difference between revisions of "Auto Update Strategy"

From TimeSnapper
 
Line 1: Line 1:
This 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.
 +
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]]
 
[[Category:MicroISV]]
 
[[Category:MicroISV]]

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