Index: /trunk/src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi
===================================================================
--- /trunk/src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi	(revision 52985)
+++ /trunk/src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi	(revision 52986)
@@ -20,5 +20,5 @@
     <Custom Action="ca_RollbackInstallNetFltArgs" Before="ca_RollbackInstallNetFlt" >
         <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
-            <![CDATA[UPGRADINGPRODUCTCODE OR (NOT Installed)]]>
+            <![CDATA[NOT Installed]]>
         <?else ?>
             <![CDATA[&VBoxNetworkFlt=3]]>
@@ -27,5 +27,5 @@
     <Custom Action="ca_RollbackInstallNetFlt" Before="ca_InstallNetFlt" >
         <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
-            <![CDATA[UPGRADINGPRODUCTCODE OR (NOT Installed)]]>
+            <![CDATA[NOT Installed]]>
         <?else ?>
             <![CDATA[&VBoxNetworkFlt=3]]>
@@ -34,5 +34,5 @@
     <Custom Action="ca_InstallNetFltArgs" Before="ca_InstallNetFlt" >
         <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
-            <![CDATA[UPGRADINGPRODUCTCODE OR (NOT Installed)]]>
+            <![CDATA[NOT Installed]]>
         <?else ?>
             <![CDATA[&VBoxNetworkFlt=3]]>
@@ -41,5 +41,5 @@
     <Custom Action="ca_InstallNetFlt" Before="InstallFinalize" >
         <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
-            <![CDATA[UPGRADINGPRODUCTCODE OR (NOT Installed)]]>
+            <![CDATA[NOT Installed]]>
         <?else ?>
             <![CDATA[&VBoxNetworkFlt=3]]>
