Index: /trunk/include/oninstall.php
===================================================================
--- /trunk/include/oninstall.php	(revision 33)
+++ /trunk/include/oninstall.php	(revision 34)
@@ -67,6 +67,6 @@
 	update_option("home", $site_url);
 	update_option("siteurl", $site_url);
-//	update_option("template", "xpress_st");
-//	update_option("stylesheet", "xpress_st");
+	update_option("template", "xpress_default");
+	update_option("stylesheet", "xpress_default");
 	update_option("what_to_show", "posts");
 
@@ -76,8 +76,8 @@
 	
 	/* activate the tag plugin */
-//	$plugin_current = "terong_related.php";
-//	update_option('active_plugins', array($plugin_current));
-//	include(dirname(__FILE__) . '/../wp-content/plugins/'.$plugin_current);
-//	do_action('activate_'.$plugin_current);
+	$plugin_current = "xpressme/xpressme.php";
+	update_option('active_plugins', array($plugin_current));
+	include(dirname(__FILE__) . '/../wp-content/plugins/'.$plugin_current);
+	do_action('activate_'.$plugin_current);
 		
 // Admin User Data write
Index: /trunk/include/onupdate.php
===================================================================
--- /trunk/include/onupdate.php	(revision 33)
+++ /trunk/include/onupdate.php	(revision 34)
@@ -46,4 +46,10 @@
 		}				
 	}
+	/* activate the tag plugin */
+	$plugin_current = "xpressme/xpressme.php";
+	update_option('active_plugins', array($plugin_current));
+	include(dirname(__FILE__) . '/../wp-content/plugins/'.$plugin_current);
+	do_action('activate_'.$plugin_current);
+	
 //	update_option("blog_charset", wp_blog_charset());
 	$xpress_version = $module->modinfo['version'];
