VBoxMergeNetAdp6.wxs revision abd845c85ef5a05a244864b90e534aa48556a620
<?xml version="1.0"?>
<!--
VirtualBox Windows Installation Script (WiX)
Copyright (C) 2006-2014 Oracle Corporation
This file is part of VirtualBox Open Source Edition (OSE), as
available from http://www.virtualbox.org. This file is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License (GPL) as published by the Free Software
Foundation, in version 2 as it comes in the "COPYING" file of the
VirtualBox OSE distribution. VirtualBox OSE is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
-->
<?include Properties.wxi ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
<Module Id="msm_VBoxNetworkAdp6"
Language="!(loc.LANG)"
Version="$(var.Property_Version)">
<Package Id="f6f83806-bd72-477d-af1d-275dca62cb6d"
Keywords="Installer, Setup"
Description="$(env.VBOX_PRODUCT) $(var.Property_VersionExt) NetAdp6 installation package"
Comments="$(env.VBOX_PRODUCT) NetAdp6 installation package"
Manufacturer="$(env.VBOX_VENDOR)"
InstallerVersion="200"
AdminImage="yes"
InstallPrivileges="elevated"
Platform="$(var.Property_Platform)"
SummaryCodepage="1252"/>
<!-- Here comes the file/directory list -->
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="msm_VBoxNetworkAdp6Folder" FileSource=".">
<?include VBoxMergeNetAdp6.wxi ?>
</Directory> <!-- msm_VBoxNetworkAdp6Folder -->
</Directory> <!-- TARGETDIR -->
<!-- Custom actions -->
<Binary Id="VBoxInstallHelper" SourceFile="$(env.PATH_OUT)\bin\VBoxInstallHelper.dll" />
<?include VBoxMergeNetAdp6CA.wxi ?>
<InstallExecuteSequence>
<?include VBoxMergeNetAdp6Seq.wxi ?>
</InstallExecuteSequence>
</Module>
</Wix>