Changeset 96423 in vbox
- Timestamp:
- Aug 23, 2022 6:20:25 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153245
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r96407 r96423 375 375 </Directory> 376 376 </Directory> 377 <Directory Id="dir_SDK" Name="sdk"> 377 378 <?if $(env.VBOX_WITH_PYTHON) = "yes" ?> 378 <Directory Id="dir_SDK" Name="sdk">379 379 <Directory Id="dir_SDKInstall" Name="install"> 380 380 <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?> … … 386 386 <?endif ?> 387 387 </Directory> 388 <?endif ?> 388 389 <!-- Component for removing empty folder after cleaning traces --> 389 390 <Component Id="cp_SDK" Guid="ACA59290-B2D6-4E96-B164-C45F70A90219"> … … 391 392 </Component> 392 393 </Directory> 393 <?endif ?>394 394 395 395 <?if $(env.VBOX_WITH_QTGUI) = "yes" ?>
Note:
See TracChangeset
for help on using the changeset viewer.