525
edits
No edit summary |
No edit summary |
||
| Line 144: | Line 144: | ||
This implies that the database that manages all of this version information | This implies that the database that manages all of this version information | ||
has to know that some updates can only apply to certain version (ranges). | has to know that some updates can only apply to certain version (ranges). | ||
= Preference Controls = | |||
* <tt>app.update.enabled</tt> (boolean) | |||
Enables/Disables Background Application Update Checking | |||
* <tt>app.update.mode</tt> (integer) | |||
0 = automatically download and install available updates for minor releases | |||
1 = automatically download and install available updates for minor AND major | |||
releases. | |||
2 = automatically download available updates for minor AND major releases | |||
and prompt when ready for installation | |||
* <tt>app.update.interval</tt> (integer) | |||
edits