summaryrefslogtreecommitdiffstats
path: root/src/VBox/Installer/win/VirtualBox.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Installer/win/VirtualBox.wxs')
-rw-r--r--src/VBox/Installer/win/VirtualBox.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Installer/win/VirtualBox.wxs b/src/VBox/Installer/win/VirtualBox.wxs
index beccd815..f9d2f95d 100644
--- a/src/VBox/Installer/win/VirtualBox.wxs
+++ b/src/VBox/Installer/win/VirtualBox.wxs
@@ -277,8 +277,8 @@
<CustomAction Id="ca_UninstallBranding" BinaryKey="VBoxInstallHelper" DllEntry="UninstallBranding" Execute="deferred" Return="check" Impersonate="no"/>
<CustomAction Id="ca_UninstallBrandingArgs" Property="ca_UninstallBranding" Value="[INSTALLDIR]" Execute="immediate"/>
-<?if $(env.VBOX_WITH_MSM_INSTALL) = "no" ?>
<?include VBoxMergeAppCA.wxi ?>
+<?if $(env.VBOX_WITH_MSM_INSTALL) = "no" ?>
<?if $(env.VBOX_WITH_32_ON_64_MAIN_API) = "yes" ?>
<?include VBoxMergeCOM32On64CA.wxi ?>
<?endif ?>