Changeset 51225 in vbox for trunk/src/VBox/Installer/win/VBoxMergePythonSeq.wxi
- Timestamp:
- May 9, 2014 1:08:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergePythonSeq.wxi
r51050 r51225 17 17 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 18 18 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> 21 33 22 34 </Include>
Note:
See TracChangeset
for help on using the changeset viewer.