mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-02 12:21:23 +00:00
Update TODO file
This commit is contained in:
parent
b1216d73b8
commit
82de2a91f8
1 changed files with 13 additions and 1 deletions
14
TODO
14
TODO
|
@ -19,13 +19,18 @@ General Updater Tasks:
|
||||||
file being in use by Microsoft Word or another application)
|
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
|
* 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:
|
Mendeley-specific Updater Tasks:
|
||||||
* Use the Mendeley icon for the window on Windows
|
* 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 window on Linux
|
||||||
* Use the Mendeley icon for the binary on Windows
|
* 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:
|
Mendeley Desktop <= 1.0 auto-update system compatibility:
|
||||||
|
|
||||||
* Support for MD <= 1.0 updater command-line syntax [done]
|
* 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 backwards-compatible structure for XML file
|
||||||
* Tool to generate new 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:
|
Source:
|
||||||
* Ensure no Mendeley branding in standalone project and publish code
|
* Ensure no Mendeley branding in standalone project and publish code
|
||||||
|
|
Loading…
Reference in a new issue