VirtualBox

Ignore:
Timestamp:
Feb 6, 2025 4:59:10 PM (2 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167402
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VBoxMergeUSB.wxi

    r108074 r108104  
    2828    <Directory Id="dir_VBoxUSBFilter" Name="filter">
    2929<?if $(env.VBOX_SIGNING_MODE) != "none" ?>
    30     <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>
    31         <Component Id="cp_USBFilterDriverCat_PreW10" Guid="ef18fb4d-4530-40db-2957-de2dc90243ab" Bitness="$(var.Property_Bitness)" Condition="(NOT VBOX_IS_WINDOWS_SUPPORTED)">
    32             <!-- Note: ShortName is required to avoid naming collisions the the MSI file table. -->
    33             <File Id="file_VBoxUSBMon_PreW10.cat" ShortName="UsbMon1.cat" Name="VBoxUSBMon.cat" Source="$(env.PATH_OUT)\bin\VBoxUSBMon-PreW10.cat" />
    34         </Component>
    35     <?endif?>
    36         <Component Id="cp_USBFilterDriverCat_W10" Guid="341ce4ca-d00e-4a43-f4e3-453eacc6b493" Bitness="$(var.Property_Bitness)" Condition="(VBOX_IS_WINDOWS_SUPPORTED)">
     30        <Component Id="cp_USBFilterDriverCat_W10" Guid="341ce4ca-d00e-4a43-f4e3-453eacc6b493" Bitness="$(var.Property_Bitness)">
    3731            <!-- Note: ShortName is required to avoid naming collisions the the MSI file table. -->
    3832            <File Id="file_VBoxUSBMon_W10.cat" ShortName="UsbMon2.cat" Name="VBoxUSBMon.cat" Source="$(env.VBOX_PATH_ATTESTATION_SIGNED)\VBoxUSBMon.cat" />
     
    4741    <Directory Id="dir_VBoxUSBDevice" Name="device">
    4842<?if $(env.VBOX_SIGNING_MODE) != "none" ?>
    49     <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>
    50         <Component Id="cp_USBDeviceDriverCat_PreW10" Guid="43cc14cb-06e9-46c2-d507-20423150ccbd" Bitness="$(var.Property_Bitness)" Condition="(NOT VBOX_IS_WINDOWS_SUPPORTED)">
    51             <File Id="file_VBoxUSB_PreW10.cat" Name="VBoxUSB.cat" Source="$(env.PATH_OUT)\bin\VBoxUSB-PreW10.cat" />
    52         </Component>
    53     <?endif?>
    54         <Component Id="cp_USBDeviceDriverCat_W10" Guid="2127015e-7a96-4b8d-6015-b1e51a75b5ba" Bitness="$(var.Property_Bitness)" Condition="(VBOX_IS_WINDOWS_SUPPORTED)">
     43        <Component Id="cp_USBDeviceDriverCat_W10" Guid="2127015e-7a96-4b8d-6015-b1e51a75b5ba" Bitness="$(var.Property_Bitness)">
    5544            <File Id="file_VBoxUSB_W10.cat" Name="VBoxUSB.cat" Source="$(env.VBOX_PATH_ATTESTATION_SIGNED)\VBoxUSB.cat" />
    5645        </Component>
Note: See TracChangeset for help on using the changeset viewer.

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