Index: trunk/include/oninstall.php
===================================================================
--- trunk/include/oninstall.php	(revision 78)
+++ trunk/include/oninstall.php	(revision 80)
@@ -135,5 +135,6 @@
 		)$charset_collate;";
 	dbDelta($views_queries);
-		
+	$sql = "INSERT INTO $group_role (groupid, role) VALUES (1, 'administrator')";
+	$wpdb->query($sql);
 	// make templates
 //	include_once XOOPS_ROOT_PATH . '/modules/' . $mydirname . '/include/xpress_templates.php' ;
