VBoxMergeNetFltCA.wxi revision 1ab3b6ebbcab4918a5a611bb2f020fc650c70544
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe<?xml version="1.0"?>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe<!--
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd VirtualBox Windows Installation Script (WiX)
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd Copyright (C) 2006-2014 Oracle Corporation
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe This file is part of VirtualBox Open Source Edition (OSE), as
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe available from http://www.virtualbox.org. This file is free software;
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe you can redistribute it and/or modify it under the terms of the GNU
04bab87733a0e93a926e82311c85cd8ac06a032fnd General Public License (GPL) as published by the Free Software
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc Foundation, in version 2 as it comes in the "COPYING" file of the
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe VirtualBox OSE distribution. VirtualBox OSE is distributed in the
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen-->
2e545ce2450a9953665f701bb05350f0d3f26275nd
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen<Include xmlns="http://schemas.microsoft.com/wix/2006/wi"
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe<?if $(env.VBOX_WITH_NETFLT) = "yes" ?>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen <CustomAction Id="ca_CreateHostOnlyInterface" BinaryKey="VBoxInstallHelper" DllEntry="CreateHostOnlyInterface" Execute="deferred" Return="check" Impersonate="no"/>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd <CustomAction Id="ca_CreateHostOnlyInterfaceArgs" Property="ca_CreateHostOnlyInterface" Value="[INSTALLDIR]" Execute="immediate"/>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_RemoveHostOnlyInterfaces" BinaryKey="VBoxInstallHelper" DllEntry="RemoveHostOnlyInterfaces" Execute="deferred" Return="check" Impersonate="no"/>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_StopHostOnlyInterfaces" BinaryKey="VBoxInstallHelper" DllEntry="StopHostOnlyInterfaces" Execute="deferred" Return="check" Impersonate="no"/>
04bab87733a0e93a926e82311c85cd8ac06a032fnd
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_UpdateHostOnlyInterfaces" BinaryKey="VBoxInstallHelper" DllEntry="UpdateHostOnlyInterfaces" Execute="deferred" Return="check" Impersonate="no"/>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_UpdateHostOnlyInterfacesArgs" Property="ca_UpdateHostOnlyInterfaces" Value="[INSTALLDIR]" Execute="immediate"/>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_InstallNetFlt" BinaryKey="VBoxInstallHelper" DllEntry="InstallNetFlt" Execute="deferred" Return="check" Impersonate="no"/>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_InstallNetFltArgs" Property="ca_InstallNetFlt" Value="[INSTALLDIR]" Execute="immediate"/>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_RollbackInstallNetFlt" BinaryKey="VBoxInstallHelper" DllEntry="UninstallNetFlt" Execute="rollback" Impersonate="no"/>
0a05fab9aadd37834734ffe106fc8ad4488fb3e3rbowen <CustomAction Id="ca_RollbackInstallNetFltArgs" Property="ca_RollbackInstallNetFlt" Value="[INSTALLDIR]" Execute="immediate"/>
0a05fab9aadd37834734ffe106fc8ad4488fb3e3rbowen
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_UninstallNetFlt" BinaryKey="VBoxInstallHelper" DllEntry="UninstallNetFlt" Execute="deferred" Return="check" Impersonate="no"/>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_UninstallNetFltArgs" Property="ca_UninstallNetFlt" Value="[INSTALLDIR]" Execute="immediate"/>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_RollbackUninstallNetFlt" BinaryKey="VBoxInstallHelper" DllEntry="InstallNetFlt" Execute="rollback" Impersonate="no"/>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe <CustomAction Id="ca_RollbackUninstallNetFltArgs" Property="ca_RollbackUninstallNetFlt" Value="[INSTALLDIR]" Execute="immediate"/>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe<?endif ?>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe</Include>
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe