Index: bp-forums/deprecated/1.6.php
===================================================================
--- bp-forums/deprecated/1.6.php	(revision 7242)
+++ bp-forums/deprecated/1.6.php	(working copy)
@@ -58,7 +58,17 @@
 
 			// Now delete the bb-config.php file
 			@unlink( ABSPATH . 'bb-config.php' );
+			
+			if( !empty( $_REQUEST['reinstall'] ) ) {
+				// refreshing active components
+				$active_components = buddypress()->active_components;
 
+				if( in_array( 'forums', array_keys( $active_components ) ) ) {
+					unset( $active_components['forums'] );
+					bp_update_option( 'bp-active-components', $active_components );
+				}
+			}
+
 			// show the updated wizard
 			bp_forums_bbpress_install_wizard();
 
