3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync<?xml version="1.0"?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync<!--
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync VirtualBox Windows Installation Script (WiX)
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync Copyright (C) 2006-2014 Oracle Corporation
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync This file is part of VirtualBox Open Source Edition (OSE), as
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync available from http://www.virtualbox.org. This file is free software;
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync you can redistribute it and/or modify it under the terms of the GNU
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync General Public License (GPL) as published by the Free Software
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync Foundation, in version 2 as it comes in the "COPYING" file of the
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync VirtualBox OSE distribution. VirtualBox OSE is distributed in the
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync-->
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync<Include xmlns="http://schemas.microsoft.com/wix/2006/wi"
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync<?if $(env.VBOX_WITH_NETFLT) = "yes" ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <Custom Action="ca_RollbackInstallNetLwfArgs" Before="ca_RollbackInstallNetLwf" >
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(VersionNT >= 600) AND $cp_NetLwfDriver=3 AND (NOT Installed)]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?else ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(VersionNT >= 600) AND $cp_NetLwfDriver=3 AND (NOT Installed)]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?endif ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync </Custom>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <Custom Action="ca_RollbackInstallNetLwf" Before="ca_InstallNetLwf" >
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(VersionNT >= 600) AND $cp_NetLwfDriver=3 AND (NOT Installed)]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?else ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(VersionNT >= 600) AND $cp_NetLwfDriver=3 AND (NOT Installed)]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?endif ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync </Custom>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <Custom Action="ca_InstallNetLwfArgs" Before="ca_InstallNetLwf" >
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(VersionNT >= 600) AND $cp_NetLwfDriver=3 AND (NOT Installed)]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?else ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(VersionNT >= 600) AND $cp_NetLwfDriver=3 AND (NOT Installed)]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?endif ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync </Custom>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <Custom Action="ca_InstallNetLwf" Before="InstallFinalize" >
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(VersionNT >= 600) AND $cp_NetLwfDriver=3 AND (NOT Installed)]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?else ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(VersionNT >= 600) AND $cp_NetLwfDriver=3 AND (NOT Installed)]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?endif ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync </Custom>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <Custom Action="ca_RollbackUninstallNetLwfArgs" Before="ca_RollbackUninstallNetLwf" >
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?else ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?endif ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync </Custom>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <Custom Action="ca_RollbackUninstallNetLwf" Before="ca_UninstallNetLwf" >
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?else ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?endif ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync </Custom>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <Custom Action="ca_UninstallNetLwfArgs" Before="ca_UninstallNetLwf" >
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[((UPGRADINGPRODUCTCODE) OR (REMOVE="ALL"))]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?else ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[((UPGRADINGPRODUCTCODE) OR (REMOVE="ALL"))]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?endif ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync </Custom>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <Custom Action="ca_UninstallNetLwf" After="InstallInitialize" >
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[((UPGRADINGPRODUCTCODE) OR (REMOVE="ALL"))]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?else ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <![CDATA[((UPGRADINGPRODUCTCODE) OR (REMOVE="ALL"))]]>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync <?endif ?>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync </Custom>
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync<?endif?> <!-- VBOX_WITH_NETFLT -->
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync
3ff342c5c3641340cbbc735960e2bd736092bdddvboxsync</Include>