Index: temp/trunk/html/install/zip_install.php
===================================================================
--- temp/trunk/html/install/zip_install.php	(revision 1416)
+++ temp/trunk/html/install/zip_install.php	(revision 1417)
@@ -46,4 +46,5 @@
 	// ´û¤Ë½ñ¤­¹þ¤Þ¤ì¤¿¥Ç¡¼¥¿¤ò¿ô¤¨¤ë
 	$end_cnt = $objQuery->count("mtb_zip");
+	$objQuery->begin();
 	
 	$cnt = 1;
@@ -80,4 +81,5 @@
 		}
 	}
+	$objQuery->commit();
 	fclose($fp);
 	print("<img src='/img/install/space_w.gif'><br>");
