* Documentation
** Write a complete User Guide.
** Write a complete Developer Guide.
** Create FAQ

* Testing
** Regression should test automatically for each Installer type that depending on the location of the install (Local, System, User...), only the correct directories are altered.
** Regression should warn when plugins don't have regression test cases
** Add cases were part of Testers are resolved (do GUIs correctly take the resolved ones into account ?)
** Add generic cases testing that for each AffectingContextModifier in Testers plugins, they effectively resolve Testers.
** Add generic cases for ProgressViews.

* Development
** In the dependenciesloader dialog, test internet connection before proposing installing Gems and Dlls.
** Give the possiblity to provide simple APIs that will handle most common dependency descriptions.
** Add buttons/combos 'Ignore All' 'Install All local' 'Install All system'... in the SimpleWxGUI.
** In the dependency description, each installer could have a list of DependencyDescription to ensure before trying to install. This could be useful for installers that compile... This can be used for nokogiri under Linux that needs yum install libxml2-devel and libxslt-devel.
