Index: branches/dev/html/install/index.php
===================================================================
--- branches/dev/html/install/index.php	(revision 11783)
+++ branches/dev/html/install/index.php	(revision 11858)
@@ -804,4 +804,8 @@
 	"    define ('DB_PORT', '" . $objDBParam->getValue('db_port') .  "');\n" .
 	"    define ('DATA_PATH', '".$data_path."');\n" .
+    "	 define ('MOBILE_HTML_PATH', HTML_PATH . 'mobile/');\n" .
+    "	 define ('MOBILE_SITE_URL', SITE_URL . 'mobile/');\n" .
+    "	 define ('MOBILE_SSL_URL', SSL_URL . 'mobile/');\n" .
+    "	 define ('MOBILE_URL_DIR', URL_DIR . 'mobile/');	\n" .
 	"?>";
 	
@@ -810,5 +814,5 @@
 		fclose($fp);
 	}
-
+/*
 	// ¥â¥Ð¥¤¥ëÈÇ¤ÎÀßÄê¥Õ¥¡¥¤¥ë install_mobile.inc ¤òºîÀ®¤¹¤ë¡£
 	$filepath = $data_path . "install_mobile.inc";
@@ -839,4 +843,5 @@
 		fclose($fp);
 	}
+*/
 }
 
