VirtualBox

Changeset 107993 in vbox for trunk


Ignore:
Timestamp:
Jan 30, 2025 3:37:53 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167256
Message:

Installer/win: Fix for running with VBOX_WITH_USB= (without USB drivers).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r107383 r107993  
    232232        <?include VBoxMergeNetAdp6CA.wxi ?>
    233233    <?endif?>
    234     <?include VBoxMergeUSBCA.wxi ?>
     234    <?if $(env.VBOX_WITH_USB) = "yes" ?>
     235        <?include VBoxMergeUSBCA.wxi ?>
     236    <?endif?>
    235237    <?if $(env.VBOX_WITH_PYTHON) = "yes" ?>
    236238        <?include VBoxMergePythonCA.wxi ?>
     
    448450        <?include VBoxMergeNetAdp6Seq.wxi ?>
    449451    <?endif?>
    450     <?include VBoxMergeUSBSeq.wxi ?>
     452    <?if $(env.VBOX_WITH_USB) = "yes" ?>
     453        <?include VBoxMergeUSBSeq.wxi ?>
     454    <?endif?>
    451455    <?if $(env.VBOX_WITH_PYTHON) = "yes" ?>
    452456        <?include VBoxMergePythonSeq.wxi ?>
Note: See TracChangeset for help on using the changeset viewer.

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