VBoxMergeNetAdp.wxi revision 387349b986368264694c1ab64b2914e73f566575
11d3005e2935c925665896fa26fde09b3e656d70vboxsync<!--
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync VirtualBox Windows Installation Script (WiX)
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync Copyright (C) 2006-2014 Oracle Corporation
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync This file is part of VirtualBox Open Source Edition (OSE), as
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync available from http://www.virtualbox.org. This file is free software;
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync you can redistribute it and/or modify it under the terms of the GNU
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync General Public License (GPL) as published by the Free Software
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync Foundation, in version 2 as it comes in the "COPYING" file of the
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync VirtualBox OSE distribution. VirtualBox OSE is distributed in the
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync-->
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync<Include xmlns="http://schemas.microsoft.com/wix/2006/wi"
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync
cf5f6bf2704d4fff443139e10bccc6a0a7fa4b85vboxsync <Component Id="cp_NetAdpDriver" Guid="7adf3e12-af3c-4d36-8bec-36d5064cf84f" Win64="$(var.Property_Win64)">
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync <File Id="file_VBoxNetAdp.sys" Name="VBoxNetAdp.sys" KeyPath="yes"
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync Source="$(env.PATH_OUT)\bin\VBoxNetAdp.sys" Checksum="yes"/>
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync <File Id="file_VBoxNetAdp.inf" Name="VBoxNetAdp.inf"
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync Source="$(env.PATH_OUT)\bin\VBoxNetAdp.inf" />
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync<?if $(env.VBOX_SIGNING_MODE) != none ?>
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync <File Id="file_VBoxNetAdp.cat" Name="VBoxNetAdp.cat"
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync Source="$(env.PATH_OUT)\bin\VBoxNetAdp.cat" />
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync<?endif ?>
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync <ServiceControl Id="VBoxNetAdpServiceControl" Stop="both" Remove="uninstall" Name="VBoxNetAdp" Wait="yes" />
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync <Condition><![CDATA[NETWORKTYPE="NDIS5"]]></Condition>
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync </Component>
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync</Include>
2ca380caf80f0dacc65f8c996077e827318f1c69vboxsync