VirtualBox

Ignore:
Timestamp:
May 9, 2014 1:08:07 PM (11 years ago)
Author:
vboxsync
Message:

Windows host installer: Fixes for non-MSM builds.

File:
1 edited

Legend:

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

    r51050 r51225  
    1717         xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
    1818
    19     <Custom Action="ca_InstallPythonAPIArgs" Before="ca_InstallPythonAPI" ><![CDATA[1]]></Custom>
    20     <Custom Action="ca_InstallPythonAPI" Before="InstallFinalize" ><![CDATA[1]]></Custom>
     19    <Custom Action="ca_InstallPythonAPIArgs" Before="ca_InstallPythonAPI" >
     20        <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
     21            <![CDATA[1]]>
     22        <?else ?>
     23            <![CDATA[&VBoxPython=3]]>
     24        <?endif ?>
     25    </Custom>
     26    <Custom Action="ca_InstallPythonAPI" Before="InstallFinalize" >
     27        <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
     28            <![CDATA[1]]>
     29        <?else ?>
     30            <![CDATA[&VBoxPython=3]]>
     31        <?endif ?>
     32    </Custom>
    2133
    2234</Include>
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