If a site has no database and needs to be installed, then this kicks in before hook_boot:

    case DRUPAL_BOOTSTRAP_DATABASE:
      // Initialize the default database.
      require_once './includes/database.inc';
      db_set_active();

after that, the install process takes over and we can do nothing.

Comments

joachim’s picture

Status: Postponed » Closed (works as designed)