Index: branches/RC/core/install/step_templates/choose_modules.tpl =================================================================== diff -u -N -r10836 -r10924 --- branches/RC/core/install/step_templates/choose_modules.tpl (.../choose_modules.tpl) (revision 10836) +++ branches/RC/core/install/step_templates/choose_modules.tpl (.../choose_modules.tpl) (revision 10924) @@ -39,7 +39,8 @@ if (!in_array(strtolower($license_module), $licensed_modules)) { // when module isn't licensed user can't install it - array_unshift($prerequisites_errors, 'Module not licensed'); + continue; // option #1: don't show non-licensed modules + array_unshift($prerequisites_errors, 'Module not licensed'); // option #2: show warning under module name } if ($prerequisites_errors) {