Index: /trunk/Config.kmk
===================================================================
--- /trunk/Config.kmk	(revision 52908)
+++ /trunk/Config.kmk	(revision 52909)
@@ -648,15 +648,8 @@
  VBOX_WITH_MMR = 1
 endif
-# Use merge modules if we're not doing an official release. This will increase
+# Enables use of merge modules in the windows installer. This will increase
 # the overall installer size significantly because merge modules are not able
 # to use a common .cab file to reduce their size.
-ifneq ($(int-mod $(VBOX_VERSION_BUILD),2),0)
- VBOX_WITH_MSM_INSTALL := 1
- VBOX_INSTALLER_LANGUAGES = en_US
-endif
-ifeq ($(USERNAME),andy)
- VBOX_WITH_MSM_INSTALL := 1
- VBOX_INSTALLER_LANGUAGES = en_US
-endif
+#VBOX_WITH_MSM_INSTALL = 1
 ## @}
 
Index: /trunk/src/VBox/Installer/win/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Installer/win/Makefile.kmk	(revision 52908)
+++ /trunk/src/VBox/Installer/win/Makefile.kmk	(revision 52909)
@@ -51,6 +51,10 @@
 #
 ifndef VBOX_INSTALLER_LANGUAGES
-VBOX_INSTALLER_LANGUAGES  = en_US de_DE fr_FR it_IT zh_TW
-VBOX_INSTALLER_LANGUAGES += $(VBOX_INSTALLER_ADD_LANGUAGES)
+ ifdef VBOX_WITH_MSM_INSTALL ## @todo Dunno why this has to be this way, ask Andy.
+  VBOX_INSTALLER_LANGUAGES = en_US
+ else
+  VBOX_INSTALLER_LANGUAGES  = en_US de_DE fr_FR it_IT zh_TW
+  VBOX_INSTALLER_LANGUAGES += $(VBOX_INSTALLER_ADD_LANGUAGES)
+ endif
 endif
 
