Index: /trunk/src/VBox/Installer/win/VirtualBox.wxs
===================================================================
--- /trunk/src/VBox/Installer/win/VirtualBox.wxs	(revision 42289)
+++ /trunk/src/VBox/Installer/win/VirtualBox.wxs	(revision 42290)
@@ -527,5 +527,5 @@
 <?endif?>
 
-<?if $(env.VBOX_USE_VCC100) == "yes" ?>
+<?if $(env.VBOX_USE_VCC100) = "yes" ?>
                         <!-- MS C/C++ v10.0 Runtime DLL files. -->
                         <File Id="file_msvcr100.dll" Name="msvcr100.dll"
@@ -534,5 +534,5 @@
                               Source="$(env.PATH_OUT)\bin\msvcp100.dll" />
 <?endif?>
-<?if $(env.VBOX_USE_VCC110) == "yes" ?>
+<?if $(env.VBOX_USE_VCC110) = "yes" ?>
                         <!-- MS C/C++ v11.0 Runtime DLL files. -->
                         <File Id="file_msvcr110.dll" Name="msvcr110.dll"
