Update the TODO file

The ability to prompt the user to Retry/Cancel file writes during installation is less
necessary now that we can move files that are in use.  Without retry/cancel support
the update installation will just be canceled if it fails.
This commit is contained in:
Robert Knight 2011-08-26 14:22:12 +01:00
parent 04f8d7ec0b
commit af41002e2e

7
TODO
View file

@ -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
* Consider using file system transactions on Windows to make update installation atomic