VBoxMergePython.wxs revision 1147bd0ba1321d92a90514742709a20a244c255b
af062818b47340eef15700d2f0211576ba3506eevboxsync<?xml version="1.0"?>
af062818b47340eef15700d2f0211576ba3506eevboxsync<!--
af062818b47340eef15700d2f0211576ba3506eevboxsync VirtualBox Windows Installation Script (WiX)
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync Copyright (C) 2006-2014 Oracle Corporation
af062818b47340eef15700d2f0211576ba3506eevboxsync
e64031e20c39650a7bc902a3e1aba613b9415deevboxsync This file is part of VirtualBox Open Source Edition (OSE), as
af062818b47340eef15700d2f0211576ba3506eevboxsync available from http://www.virtualbox.org. This file is free software;
af062818b47340eef15700d2f0211576ba3506eevboxsync you can redistribute it and/or modify it under the terms of the GNU
af062818b47340eef15700d2f0211576ba3506eevboxsync General Public License (GPL) as published by the Free Software
af062818b47340eef15700d2f0211576ba3506eevboxsync Foundation, in version 2 as it comes in the "COPYING" file of the
af062818b47340eef15700d2f0211576ba3506eevboxsync VirtualBox OSE distribution. VirtualBox OSE is distributed in the
af062818b47340eef15700d2f0211576ba3506eevboxsync hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
af062818b47340eef15700d2f0211576ba3506eevboxsync-->
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync<?include Properties.wxi ?>
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
af062818b47340eef15700d2f0211576ba3506eevboxsync xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension">
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync <Module Id="msm_VBoxPython"
9a5befd0a4c36b07cd78a71dcacfa289fbdc93c7vboxsync Language="!(loc.LANG)"
9ee431cac56f7b56e2197f78dae4d469b180be7avboxsync Version="$(var.Property_Version)">
af062818b47340eef15700d2f0211576ba3506eevboxsync
912b8dafdda09a31ee01d57d31afc4df96b80218vboxsync <Package Id="0f4de366-a8f3-4842-a165-fb19251cde88"
af062818b47340eef15700d2f0211576ba3506eevboxsync Keywords="Installer"
af062818b47340eef15700d2f0211576ba3506eevboxsync Description="$(env.VBOX_PRODUCT) $(var.Property_VersionExt) Python bindings installation package"
af062818b47340eef15700d2f0211576ba3506eevboxsync Comments="$(env.VBOX_PRODUCT) Python bindings installation package"
af062818b47340eef15700d2f0211576ba3506eevboxsync Manufacturer="$(env.VBOX_VENDOR)"
af062818b47340eef15700d2f0211576ba3506eevboxsync InstallerVersion="200"
af062818b47340eef15700d2f0211576ba3506eevboxsync AdminImage="yes"
af062818b47340eef15700d2f0211576ba3506eevboxsync InstallPrivileges="elevated"
af062818b47340eef15700d2f0211576ba3506eevboxsync Platform="$(var.Property_Platform)"
af062818b47340eef15700d2f0211576ba3506eevboxsync SummaryCodepage="1252"/>
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync <!-- Here comes the file/directory list -->
af062818b47340eef15700d2f0211576ba3506eevboxsync <Directory Id="TARGETDIR" Name="SourceDir">
af062818b47340eef15700d2f0211576ba3506eevboxsync <Directory Id="MergeRedirectFolder" FileSource=".">
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync <?include VBoxMergePython.wxi ?>
af062818b47340eef15700d2f0211576ba3506eevboxsync <?include VBoxMergePythonCA.wxi ?>
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync </Directory> <!-- MergeRedirectFolder -->
af062818b47340eef15700d2f0211576ba3506eevboxsync </Directory> <!-- TARGETDIR -->
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync </Module>
af062818b47340eef15700d2f0211576ba3506eevboxsync</Wix>
af062818b47340eef15700d2f0211576ba3506eevboxsync