mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-17 00:41:11 +00:00
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:
parent
04f8d7ec0b
commit
af41002e2e
1 changed files with 3 additions and 4 deletions
7
TODO
7
TODO
|
@ -16,11 +16,10 @@ General Updater Tasks:
|
||||||
* Use message box for errors [done]
|
* Use message box for errors [done]
|
||||||
* Newly installed binary needs to be launched un-elevated [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]
|
* 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
|
* Test installing update if Microsoft Word with Mendeley plugin is active
|
||||||
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]
|
* 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
|
* Test updater on an old Windows system without Visual Studio installed and statically
|
||||||
link C++ runtime libraries if necessary
|
link C++ runtime libraries if necessary
|
||||||
|
|
||||||
|
@ -58,4 +57,4 @@ Source:
|
||||||
* Ensure no Mendeley branding in standalone project and publish code
|
* Ensure no Mendeley branding in standalone project and publish code
|
||||||
|
|
||||||
Reliability:
|
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
|
||||||
|
|
Loading…
Reference in a new issue