Is it possible to install modules in sequential order.

For example I have created 5 modules and are listed in /admin/build/modules/ like

XYZ Package
[ ] Module X
[ ] Module A
[ ] Module Z
[ ] Module 8
[ ] Module K

so now if i select all modules and press "Save configuration" button, then is it possible that modules are installed in this order:

1. Module A (installed first)
2. Module B (...)
3. Module K (...)
4. Module Z (...)
5. Module 8 (installed last)

If its possible then how can we do that??

Thanks...

Comments

danbh’s picture

my first thought is to make them depend on each other. If one module requires that a previous one be installed, then create a dependency in the install file.

depace’s picture

well i found one solution .. to create profiles
i think profiles are great...