VBoxMergeUSB.wxs revision 0d9b4a74081f0b630334190dfc5091b9d10bba5f
b7a42d8f7bda452eaf00683acaedb93176f3bf37vboxsync<?xml version="1.0"?>
b7a42d8f7bda452eaf00683acaedb93176f3bf37vboxsync<!--
b7a42d8f7bda452eaf00683acaedb93176f3bf37vboxsync VirtualBox Windows Installation Script (WiX)
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync Copyright (C) 2006-2014 Oracle Corporation
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync This file is part of VirtualBox Open Source Edition (OSE), as
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync available from http://www.virtualbox.org. This file is free software;
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync you can redistribute it and/or modify it under the terms of the GNU
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync General Public License (GPL) as published by the Free Software
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync Foundation, in version 2 as it comes in the "COPYING" file of the
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync VirtualBox OSE distribution. VirtualBox OSE is distributed in the
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
bbde15933725ad1b537b15c63864e81c8b7d680dvboxsync-->
1568afb21fa1555ab4a9a9ffd57c6d8aeda2893avboxsync
1568afb21fa1555ab4a9a9ffd57c6d8aeda2893avboxsync<?include Properties.wxi ?>
1568afb21fa1555ab4a9a9ffd57c6d8aeda2893avboxsync
749787c3d3c875eb55624fcf5143718905c21831vboxsync<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
1568afb21fa1555ab4a9a9ffd57c6d8aeda2893avboxsync xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
1568afb21fa1555ab4a9a9ffd57c6d8aeda2893avboxsync
749787c3d3c875eb55624fcf5143718905c21831vboxsync <Module Id="msm_VBoxUSB"
749787c3d3c875eb55624fcf5143718905c21831vboxsync Language="!(loc.LANG)"
1568afb21fa1555ab4a9a9ffd57c6d8aeda2893avboxsync Version="$(var.Property_Version)">
1568afb21fa1555ab4a9a9ffd57c6d8aeda2893avboxsync
1568afb21fa1555ab4a9a9ffd57c6d8aeda2893avboxsync <Package Id="b8f1b6f4-2e92-40a6-b819-782e523b20ab"
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync Keywords="Installer, Setup"
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync Description="$(env.VBOX_PRODUCT) $(var.Property_VersionExt) USB drivers installation package"
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync Comments="$(env.VBOX_PRODUCT) USB drivers installation package"
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync Manufacturer="$(env.VBOX_VENDOR)"
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync InstallerVersion="200"
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync AdminImage="yes"
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync InstallPrivileges="elevated"
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync Platform="$(var.Property_Platform)"
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync SummaryCodepage="1252"/>
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync <!-- Here comes the file/directory list -->
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync <Directory Id="TARGETDIR" Name="SourceDir">
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync <Directory Id="msm_VBoxUSBFolder" FileSource=".">
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync <?include VBoxMergeUSB.wxi ?>
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync </Directory> <!-- msm_VBoxUSBFolder -->
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync </Directory> <!-- TARGETDIR -->
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync </Module>
8afc9dbdcbb840ad831ecd58eb4ebc6345cc0a4cvboxsync</Wix>
6d0d9a08dd2527c7c542b747bdba8f3236260735vboxsync