Changeset 70631 in vbox
- Timestamp:
- Jan 18, 2018 2:38:27 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r70228 r70631 427 427 <ComponentRef Id="cp_MainCOM_x86" /> 428 428 <?endif ?> 429 <ComponentRef Id="cp_MainCOM" /> 429 <ComponentRef Id="cp_MainCOM" /> 430 <?if $(env.VBOX_WITH_SDS) = "yes" ?> 431 <ComponentRef Id="cp_VBoxSDS" /> 432 <?endif ?> 430 433 <?if $(env.VBOX_WITH_MIDL_PROXY_STUB) = "yes" ?> 431 434 <ComponentRef Id="cp_ProxyStub" /> 432 435 <ComponentRef Id="cp_ProxyStubLegacy" /> 433 436 <?endif?> 434 437 <ComponentRef Id="cp_MainBinaries" /> 435 438 <?if $(env.VBOX_WITH_QTGUI) = "yes" ?> 436 439 <ComponentRef Id="cp_QtPlatforms" /> … … 448 451 <ComponentRef Id="cp_VBoxWebService" /> 449 452 <?endif ?> 450 <ComponentRef Id="cp_VBoxCAPI" /> 451 <ComponentRef Id="cp_VBoxDrv" /> 452 <?endif ?> 453 454 <?if $(env.VBOX_WITH_UNATTENDED) = "yes" ?> 453 <ComponentRef Id="cp_VBoxCAPI" /> 454 <?if $(env.VBOX_WITH_UNATTENDED) = "yes" ?> 455 455 <!-- unattended template component --> 456 456 <ComponentRef Id="cp_UnattendedTemplates" /> 457 <?endif ?> 458 459 <?if $(env.VBOX_WITH_SDS) = "yes" ?> 460 <ComponentRef Id="cp_VBoxSDS" /> 457 <?endif ?> 458 <ComponentRef Id="cp_VBoxDrv" /> 461 459 <?endif ?> 462 460
Note:
See TracChangeset
for help on using the changeset viewer.