From 82de2a91f84eb4dee1f7690f3ad6d99b1a22ec54 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Wed, 24 Aug 2011 12:29:43 +0100 Subject: [PATCH] Update TODO file --- TODO | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 87cb54d..2e12395 100644 --- a/TODO +++ b/TODO @@ -19,13 +19,18 @@ General Updater Tasks: file being in use by Microsoft Word or another application) * Write log file entries to an actual log file [partially done - needs to write to correct location] * Fix package dir cleanup failing on Win32 due to executable being in use + * Test updater on an old Windows system without Visual Studio installed and statically + link C++ runtime libraries if necessary Mendeley-specific Updater Tasks: * Use the Mendeley icon for the window on Windows - * Use the Mendeley icon for the window on Mac + * Use the Mendeley icon for the window on Mac (N/A? - No icon in window decorations on Mac) * Use the Mendeley icon for the window on Linux * Use the Mendeley icon for the binary on Windows + * Advise the user to download Mendeley Desktop afresh from http://www.mendeley.com/download-mendeley-desktop + in the event of an updater problem + Mendeley Desktop <= 1.0 auto-update system compatibility: * Support for MD <= 1.0 updater command-line syntax [done] @@ -38,5 +43,12 @@ Auto-update preparation tools: * Tool to generate backwards-compatible structure for XML file * Tool to generate new structure for XML file +Nice To Have +============ + +Telemetry: + * Call a project-specific URL to report successful/failed update installation + and starting of new app after update + Source: * Ensure no Mendeley branding in standalone project and publish code