USB Disk Ejector V1.2

USB Disk Ejector. Version 1.2 ideas and planning

Get Started. It's Free
or sign up with your email address
USB Disk Ejector V1.2 by Mind Map: USB Disk Ejector V1.2

1. Visual

1.1. User modifiable icons?

1.1.1. Not in a portable version. Size/portability/complexity issues

1.2. Icons for different devices? Beyond the disk/ipod ones already included.

1.2.1. Not in portable version. Complexity/portability issues

1.3. Show more info about each disk

1.3.1. Show volume labels as well as device names + drive letter

2. Issues and Problems

2.1. How to store all the new settings?

2.1.1. Ini File?

2.1.1.1. What about the command line?

2.1.1.1.1. Ignore ini/xml settings when using command line

2.1.1.1.2. Make sure there are no GUI settings left with command line options. Move them all to options stored in ini

2.1.1.1.3. Keep GUI/Command line completely separate. Program is GUI but can be used as command line.

2.1.2. XML File?

2.2. Bloat

2.2.1. What are all the new features going to do to the file size/memory footprint?

2.3. Licence

2.3.1. What licence do I release it under?

2.4. Some of the requested features require admin rights/elevation

2.4.1. The app is written NOT to require admin privileges. Vista elevation on demand seem to require writing/installing a com object. And then what about XP?

2.5. Its primarily a portable app.

2.5.1. Some of the requested features aren't practical for a portable app

2.5.1.1. Split into portable and 'installed' version?

2.5.1.1.1. Maintenance problems

2.5.1.1.2. Confusing for users?

2.5.1.1.3. Feature differences. People will start requesting features from the 'full' version in the portable version anyway.

3. Todo's

3.1. Rewrite instructions/readme

3.2. Completely separate page on site for disk ejector?

3.3. Refactor/restructure code

3.4. Check that Dave can still do the Delphi 2007 compile

3.5. Instructions/page - on how to use it with Pstart/Portable Apps Launcher

3.6. Instructions/page - on how to use it in a bat file/shortcut

3.7. Somehow make it clear that its NOT installed. Keep getting emails asking how to uninstall it and that its not listed in add/remove

3.8. Check - does disk use need to be enabled on an iPod before it shows in disk ejector/windows eject applet

3.9. Add an explanation somewhere about why you should safely remove rather than physically removing a device at will. Will stop the demanding 'Please explain why I need this!' emails I keep getting ¬¬

3.10. Need translators for the different language versions

3.11. Restructure code to allow easy translation

4. Functionality

4.1. Expand program scope?

4.1.1. Eject firewire devices too?

4.2. Fixes/Changes

4.2.1. Win 2K support

4.2.1.1. Implemented and working.

4.2.2. Win 98/ME support

4.2.2.1. VERY unlikely. Would mean new eject procedure and not being able to use unicode for multiple language support

4.2.3. Rewrite command line options dialog and explanation

4.2.4. /ShowEject doesnt work under Vista64

4.2.4.1. Problem was /ShowEject not working with /Removethis - fixed

4.2.5. Command Line: Return error code when eject fails and running from command line For use in scripting

4.2.5.1. Only return when succeeded or failed

4.2.6. Multiple partitions - show only 1? hide some or merge into 1 entry in list.

4.3. New features

4.3.1. Hotkey support

4.3.2. When eject fails Find what program/process is using the drive and show user/offer to kill it

4.3.2.1. Cant find sample code or an API. Sysinternals seems to use an undocumented Win API to do it?

4.3.2.1.1. Perhaps use unlocker if its present? Call it on the command line to force all open handles on the drive to free

4.3.3. Vista - before eject. Find and close any explorer windows related to the drive. Normally if any are open then the eject fails (unlike XP where they are automatically closed)

4.3.4. Reminder on shutdown/restart/logoff: Prompt if any usb drives still plugged in. Handy for public pc's where you can forget your pen drive. Halt the shutdown/restart for 5 secs while a notification is displayed.

4.3.5. Add right click eject to system tray icon

4.3.5.1. What's the point of just duplicating a feature of the windows eject applet though?

4.3.6. Multiple language support

4.3.6.1. Definitely needs doing and should be relatively simple

4.3.7. When eject fails - keep trying for x seconds. Give user time to close anything that might be using the device

4.3.7.1. Use configurable option? Its currently fixed at 2 seconds

4.3.7.1.1. Or separate command? 'Eject and wait'

4.3.8. Option - to exit after successfully ejecting a device - in GUI mode

4.3.9. Option -make exit cross minimise to tray

4.3.10. Option - Preserve the size/location of the app window when its next loaded

4.3.11. Option - to minimise after successfully removing a device

4.3.12. Option - to start program minimised

4.3.13. Need some (small) notification of successful eject. Make silent mode an option - normally just have a quick popup in system try that appears for 2 seconds

4.3.13.1. Or some sort of 'ding/beep' audio notification?

4.3.14. Add an 'about' dialog, or at least include version string somewhere noticable

4.3.15. Rescan feature - to find devices that have been ejected but not physically removed

4.3.16. Dont use win balloon tip notifications instead use custom notifications in system tray

4.3.17. Hide certain devices that the user chooses so they cant be easily ejected?