1147bd0ba1321d92a90514742709a20a244c255bvboxsync<!--
1147bd0ba1321d92a90514742709a20a244c255bvboxsync VirtualBox Windows Installation Script (WiX)
1147bd0ba1321d92a90514742709a20a244c255bvboxsync
1147bd0ba1321d92a90514742709a20a244c255bvboxsync Copyright (C) 2006-2014 Oracle Corporation
1147bd0ba1321d92a90514742709a20a244c255bvboxsync
1147bd0ba1321d92a90514742709a20a244c255bvboxsync This file is part of VirtualBox Open Source Edition (OSE), as
1147bd0ba1321d92a90514742709a20a244c255bvboxsync available from http://www.virtualbox.org. This file is free software;
1147bd0ba1321d92a90514742709a20a244c255bvboxsync you can redistribute it and/or modify it under the terms of the GNU
1147bd0ba1321d92a90514742709a20a244c255bvboxsync General Public License (GPL) as published by the Free Software
1147bd0ba1321d92a90514742709a20a244c255bvboxsync Foundation, in version 2 as it comes in the "COPYING" file of the
1147bd0ba1321d92a90514742709a20a244c255bvboxsync VirtualBox OSE distribution. VirtualBox OSE is distributed in the
1147bd0ba1321d92a90514742709a20a244c255bvboxsync hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1147bd0ba1321d92a90514742709a20a244c255bvboxsync-->
1147bd0ba1321d92a90514742709a20a244c255bvboxsync
1147bd0ba1321d92a90514742709a20a244c255bvboxsync<Include xmlns="http://schemas.microsoft.com/wix/2006/wi"
1147bd0ba1321d92a90514742709a20a244c255bvboxsync xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
1147bd0ba1321d92a90514742709a20a244c255bvboxsync
1147bd0ba1321d92a90514742709a20a244c255bvboxsync<?if $(env.VBOX_WITH_NETFLT) = "yes" ?>
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync <Component Id="cp_NetFltDriver" Guid="F0A02F6B-A349-42f8-A2EB-569DCAAAF846" Win64="$(var.Property_Win64)">
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync <File Id="file_VBoxNetFlt.sys" Name="VBoxNetFlt.sys" KeyPath="yes"
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync Source="$(env.PATH_OUT)\bin\VBoxNetFlt.sys" Checksum="yes"/>
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync <File Id="file_VBoxNetFltNobj.sys" Name="VBoxNetFltNobj.dll"
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync Source="$(env.PATH_OUT)\bin\VBoxNetFltNobj.dll" Checksum="yes"/>
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync <File Id="file_VBoxNetFltM.inf" Name="VBoxNetFltM.inf"
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync Source="$(env.PATH_OUT)\bin\VBoxNetFltM.inf" />
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync <File Id="file_VBoxNetFlt.inf" Name="VBoxNetFlt.inf"
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync Source="$(env.PATH_OUT)\bin\VBoxNetFlt.inf" />
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync<?if $(env.VBOX_SIGNING_MODE) != none ?>
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync <File Id="file_VBoxNetFlt.cat" Name="VBoxNetFlt.cat"
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync Source="$(env.PATH_OUT)\bin\VBoxNetFlt.cat" />
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync<?endif ?>
387349b986368264694c1ab64b2914e73f566575vboxsync <Condition><![CDATA[NETWORKTYPE="NDIS5"]]></Condition>
395cad964bbf90951868eefcb9c942434ad7a28fvboxsync </Component>
387349b986368264694c1ab64b2914e73f566575vboxsync
1147bd0ba1321d92a90514742709a20a244c255bvboxsync<?endif ?> <!-- VBOX_WITH_NETFLT -->
1147bd0ba1321d92a90514742709a20a244c255bvboxsync
1147bd0ba1321d92a90514742709a20a244c255bvboxsync</Include>