VirtualBox

Changeset 52986 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Oct 8, 2014 10:51:30 AM (10 years ago)
Author:
vboxsync
Message:

MSI installer: fix MSM logic. Launch action ca_InstallNetFlt only during installation phase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi

    r51225 r52986  
    2020    <Custom Action="ca_RollbackInstallNetFltArgs" Before="ca_RollbackInstallNetFlt" >
    2121        <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    22             <![CDATA[UPGRADINGPRODUCTCODE OR (NOT Installed)]]>
     22            <![CDATA[NOT Installed]]>
    2323        <?else ?>
    2424            <![CDATA[&VBoxNetworkFlt=3]]>
     
    2727    <Custom Action="ca_RollbackInstallNetFlt" Before="ca_InstallNetFlt" >
    2828        <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    29             <![CDATA[UPGRADINGPRODUCTCODE OR (NOT Installed)]]>
     29            <![CDATA[NOT Installed]]>
    3030        <?else ?>
    3131            <![CDATA[&VBoxNetworkFlt=3]]>
     
    3434    <Custom Action="ca_InstallNetFltArgs" Before="ca_InstallNetFlt" >
    3535        <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    36             <![CDATA[UPGRADINGPRODUCTCODE OR (NOT Installed)]]>
     36            <![CDATA[NOT Installed]]>
    3737        <?else ?>
    3838            <![CDATA[&VBoxNetworkFlt=3]]>
     
    4141    <Custom Action="ca_InstallNetFlt" Before="InstallFinalize" >
    4242        <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    43             <![CDATA[UPGRADINGPRODUCTCODE OR (NOT Installed)]]>
     43            <![CDATA[NOT Installed]]>
    4444        <?else ?>
    4545            <![CDATA[&VBoxNetworkFlt=3]]>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette