Index: AE/Installer/trunk/source/installer.cpp
===================================================================
--- AE/Installer/trunk/source/installer.cpp	(revision 516)
+++ AE/Installer/trunk/source/installer.cpp	(revision 526)
@@ -736,6 +736,8 @@
 						}
 					}
-					BSLfolders.push_back( dir_itr->path().filename() ); //add back check for addon
-					BSLlog << "Pushing " << dir_itr->path().filename() << "\n" ;
+					if( !pkg.hasAddon ) {
+						BSLfolders.push_back( dir_itr->path().filename() ); //add back check for addon
+						BSLlog << "Pushing " << dir_itr->path().filename() << "\n" ;
+					}
 				}
 			}
Index: AE/Installer/trunk/source/main_window.cpp
===================================================================
--- AE/Installer/trunk/source/main_window.cpp	(revision 516)
+++ AE/Installer/trunk/source/main_window.cpp	(revision 526)
@@ -51,5 +51,5 @@
 // Variable declarations
 #ifdef WIN32
-bool splitInstances = true;
+bool splitInstances = false;
 string strImportOption = "-import:nosep";
 string strOniSplit = "Onisplit.exe";
