1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync<?xml version="1.0"?>
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync<!--
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync VirtualBox Windows Installation Script (WiX)
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync Copyright (C) 2006-2014 Oracle Corporation
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync This file is part of VirtualBox Open Source Edition (OSE), as
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync available from http://www.virtualbox.org. This file is free software;
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync you can redistribute it and/or modify it under the terms of the GNU
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync General Public License (GPL) as published by the Free Software
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync Foundation, in version 2 as it comes in the "COPYING" file of the
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync VirtualBox OSE distribution. VirtualBox OSE is distributed in the
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync-->
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync<Include xmlns="http://schemas.microsoft.com/wix/2006/wi"
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <Custom Action="ca_InstallPythonAPIArgs" Before="ca_InstallPythonAPI" >
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <![CDATA[1]]>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <?else ?>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <![CDATA[&VBoxPython=3]]>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <?endif ?>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync </Custom>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <Custom Action="ca_InstallPythonAPI" Before="InstallFinalize" >
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <![CDATA[1]]>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <?else ?>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <![CDATA[&VBoxPython=3]]>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync <?endif ?>
0d9b4a74081f0b630334190dfc5091b9d10bba5fvboxsync </Custom>
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync
1ab3b6ebbcab4918a5a611bb2f020fc650c70544vboxsync</Include>