| aggregator_install | modules/aggregator/aggregator.install | Implementation of hook_install(). |
| blogapi_install | modules/blogapi/blogapi.install | Implementation of hook_install(). |
| book_install | modules/book/book.install | Implementation of hook_install(). |
| contact_install | modules/contact/contact.install | Implementation of hook_install(). |
| dblog_install | modules/dblog/dblog.install | Implementation of hook_install(). |
| drupal_install_schema | includes/common.inc | Create all tables that a module defines in its hook_schema(). |
| forum_install | modules/forum/forum.install | Implementation of hook_install(). |
| hook_install | developer/hooks/install.php | Install the current version of the database schema, and any other setup tasks. |
| locale_install | modules/locale/locale.install | Implementation of hook_install(). |
| menu_install | modules/menu/menu.install | Implementation of hook_install(). |
| nodeapi_example_install | developer/examples/nodeapi_example.install | Implementation of hook_install(). |
| node_access_example_install | developer/examples/node_access_example.install | Implementation of hook_install(). |
| node_example_install | developer/examples/node_example.install | Implementation of hook_install(). |
| openid_install | modules/openid/openid.install | Implementation of hook_install(). |
| poll_install | modules/poll/poll.install | Implementation of hook_install(). |
| profile_install | modules/profile/profile.install | Implementation of hook_install(). |
| search_install | modules/search/search.install | Implementation of hook_install(). |
| statistics_install | modules/statistics/statistics.install | Implementation of hook_install(). |
| system_install | modules/system/system.install | Implementation of hook_install(). |
| trigger_install | modules/trigger/trigger.install | Implementation of hook_install(). |
| update_install | modules/update/update.install | Implementation of hook_install(). |
| upload_install | modules/upload/upload.install | Implementation of hook_install(). |