/**
  * Last Step, finish up the installation
  */
 public function actionFinished()
 {
     // Rewrite whole configuration file, also sets application
     // in installed state.
     Configuration::rewriteConfiguration();
     // Set to installed
     InstallerModule::setInstalled();
     return $this->render('finished');
 }