VirtualBox

Changeset 66333 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 29, 2017 1:26:11 PM (8 years ago)
Author:
vboxsync
Message:

Installer/win: Fix the USB driver install sequence. Must be done after VBoxDrv on install and before on uninstall (hope that the uninstall does it right, the WiX difxapp docs only talk about installing).

File:
1 edited

Legend:

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

    r62539 r66333  
    2020        <Component Id="cp_USBFilterDriver" Guid="B7D782D2-96DF-4775-A0E1-A76CF7B04B65" Win64="$(var.Property_Win64)">
    2121            <difxapp:Driver AddRemovePrograms="no" ForceInstall="yes" DeleteFiles="yes"
    22                   Legacy="$(var.Property_DriverLegacy)" Sequence="0" PlugAndPlayPrompt="no"/>
     22                  Legacy="$(var.Property_DriverLegacy)" Sequence="3" PlugAndPlayPrompt="no"/>
    2323            <File Id="file_VBoxUSBMon.sys" Name="VBoxUSBMon.sys"
    2424                  Source="$(env.PATH_OUT)\bin\VBoxUSBMon.sys" />
     
    3535        <Component Id="cp_USBDeviceDriver" Guid="010FE46A-E358-43E2-8BDC-38BC8BEC82E0" Win64="$(var.Property_Win64)">
    3636            <difxapp:Driver AddRemovePrograms="no" ForceInstall="yes"  DeleteFiles="yes"
    37                   Legacy="$(var.Property_DriverLegacy)" Sequence="0" PlugAndPlayPrompt="no"/>
     37                  Legacy="$(var.Property_DriverLegacy)" Sequence="3" PlugAndPlayPrompt="no"/>
    3838            <File Id="file_VBoxUSB.sys" Name="VBoxUSB.sys"
    3939                  Source="$(env.PATH_OUT)\bin\VBoxUSB.sys" />
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