Changeset 51050 in vbox for trunk/src/VBox/Installer/win/VBoxMergePythonSeq.wxi
- Timestamp:
- Apr 11, 2014 2:55:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergePythonSeq.wxi
r51043 r51050 17 17 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 18 18 19 <Custom Action="ca_InstallPythonAPIArgs" Before="ca_InstallPythonAPI" ><![CDATA[ &VBoxPython=3]]></Custom>20 <Custom Action="ca_InstallPythonAPI" Before="InstallFinalize" ><![CDATA[ &VBoxPython=3]]></Custom>19 <Custom Action="ca_InstallPythonAPIArgs" Before="ca_InstallPythonAPI" ><![CDATA[1]]></Custom> 20 <Custom Action="ca_InstallPythonAPI" Before="InstallFinalize" ><![CDATA[1]]></Custom> 21 21 22 22 </Include>
Note:
See TracChangeset
for help on using the changeset viewer.