VirtualBox

source: vbox/trunk/src/VBox/Installer/win/VBoxMergeUSB.wxi@ 108453

最後變更 在這個檔案從108453是 108104,由 vboxsync 提交於 5 週 前

Windows host drivers + installer: Removed _PreW10 support, as this is not supported anymore.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 2.6 KB
 
1<!--
2 VirtualBox Windows Installation Script (WiX)
3-->
4<!--
5 Copyright (C) 2006-2024 Oracle and/or its affiliates.
6
7 This file is part of VirtualBox base platform packages, as
8 available from https://www.alldomusa.eu.org.
9
10 This program is free software; you can redistribute it and/or
11 modify it under the terms of the GNU General Public License
12 as published by the Free Software Foundation, in version 3 of the
13 License.
14
15 This program is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, see <https://www.gnu.org/licenses>.
22
23 SPDX-License-Identifier: GPL-3.0-only
24-->
25
26<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
27
28 <Directory Id="dir_VBoxUSBFilter" Name="filter">
29<?if $(env.VBOX_SIGNING_MODE) != "none" ?>
30 <Component Id="cp_USBFilterDriverCat_W10" Guid="341ce4ca-d00e-4a43-f4e3-453eacc6b493" Bitness="$(var.Property_Bitness)">
31 <!-- Note: ShortName is required to avoid naming collisions the the MSI file table. -->
32 <File Id="file_VBoxUSBMon_W10.cat" ShortName="UsbMon2.cat" Name="VBoxUSBMon.cat" Source="$(env.VBOX_PATH_ATTESTATION_SIGNED)\VBoxUSBMon.cat" />
33 </Component>
34<?endif?>
35 <Component Id="cp_USBFilterDriver" Guid="B7D782D2-96DF-4775-A0E1-A76CF7B04B65" Bitness="$(var.Property_Bitness)">
36 <File Id="file_VBoxUSBMon.sys" Name="VBoxUSBMon.sys" Source="$(env.VBOX_PATH_ATTESTATION_SIGNED)\VBoxUSBMon.sys" />
37 <File Id="file_VBoxUSBMon.inf" Name="VBoxUSBMon.inf" Source="$(env.VBOX_PATH_ATTESTATION_SIGNED)\VBoxUSBMon.inf" />
38 </Component>
39 </Directory>
40
41 <Directory Id="dir_VBoxUSBDevice" Name="device">
42<?if $(env.VBOX_SIGNING_MODE) != "none" ?>
43 <Component Id="cp_USBDeviceDriverCat_W10" Guid="2127015e-7a96-4b8d-6015-b1e51a75b5ba" Bitness="$(var.Property_Bitness)">
44 <File Id="file_VBoxUSB_W10.cat" Name="VBoxUSB.cat" Source="$(env.VBOX_PATH_ATTESTATION_SIGNED)\VBoxUSB.cat" />
45 </Component>
46<?endif?>
47 <Component Id="cp_USBDeviceDriver" Guid="010FE46A-E358-43E2-8BDC-38BC8BEC82E0" Bitness="$(var.Property_Bitness)">
48 <File Id="file_VBoxUSB.sys" Name="VBoxUSB.sys" Source="$(env.VBOX_PATH_ATTESTATION_SIGNED)\VBoxUSB.sys" />
49 <File Id="file_VBoxUSB.inf" Name="VBoxUSB.inf" Source="$(env.VBOX_PATH_ATTESTATION_SIGNED)\VBoxUSB.inf" />
50 </Component>
51 </Directory>
52
53</Include>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette