Changeset 107993 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Jan 30, 2025 3:37:53 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167256
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r107383 r107993 232 232 <?include VBoxMergeNetAdp6CA.wxi ?> 233 233 <?endif?> 234 <?include VBoxMergeUSBCA.wxi ?> 234 <?if $(env.VBOX_WITH_USB) = "yes" ?> 235 <?include VBoxMergeUSBCA.wxi ?> 236 <?endif?> 235 237 <?if $(env.VBOX_WITH_PYTHON) = "yes" ?> 236 238 <?include VBoxMergePythonCA.wxi ?> … … 448 450 <?include VBoxMergeNetAdp6Seq.wxi ?> 449 451 <?endif?> 450 <?include VBoxMergeUSBSeq.wxi ?> 452 <?if $(env.VBOX_WITH_USB) = "yes" ?> 453 <?include VBoxMergeUSBSeq.wxi ?> 454 <?endif?> 451 455 <?if $(env.VBOX_WITH_PYTHON) = "yes" ?> 452 456 <?include VBoxMergePythonSeq.wxi ?>
Note:
See TracChangeset
for help on using the changeset viewer.