Description:
The Start Menu needs to be synchronized with the other existing MySQL product installations.
The structure shown below (which is checked with the GUI tools development) should be implemented to have
- only one 'top level' entry 'MySQL'
- less nested levels / directories, if possible
- no unInstall links in the Start Menu (as requested by MicroSoft, the Add/Remove programs Menu shall be used to unInstall a product)
C:\Documents and Settings\All Users\Start Menu\Programs
|
+--> MySQL
+--> MySQL Network Service Agent
| +--> Start MySQL Network Service Agent service
| +--> Stop MySQL Network Service Agent service
|
+--> MySQL Network Monitoring and Advisory Service
| +--> MySQL Network Website.url
| +--> Start ServiceManager.url
| +--> Services
| +--> Install MySQL Network Monitoring and Advisory Service services
| +--> Start MySQL Network Monitoring and Advisory Service services
| +--> Stop MySQL Network Monitoring and Advisory Service services
| +--> Uninstall MySQL Network Monitoring and Advisory Service services
|
+--> MySQL Server 5.0
| +--> MySQL Command Line Client
| +--> MySQL Server Instance Config Wizard
|
+--> MySQL Server 4.1
| +--> ...
|
+--> MySQL Administrator
+--> MySQL Migration Toolkit
+--> MySQL Query Browser
...
This should be done before GA to be able to sync also the documentation, where needed (sorry Peter!)
How to repeat:
n/a
Suggested fix:
- implement the structure shown above in the description