diff --git a/TODO b/TODO index b487d7e..8f41725 100644 --- a/TODO +++ b/TODO @@ -16,11 +16,10 @@ General Updater Tasks: * Use message box for errors [done] * Newly installed binary needs to be launched un-elevated [done] * See if it is possible to overwrite application files that are in use on Windows [done - it is possible] + * Fix package dir cleanup failing on Win32 due to executable being in use [done] - * Retry/cancel support if updater cannot overwrite file (eg. due to - file being in use by Microsoft Word or another application) + * Test installing update if Microsoft Word with Mendeley plugin is active * 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 @@ -58,4 +57,4 @@ Source: * Ensure no Mendeley branding in standalone project and publish code Reliability: - * Consider using file system transactions on Windows to make update installation atomic \ No newline at end of file + * Consider using file system transactions on Windows to make update installation atomic