- Timestamp:
- Feb 6, 2025 5:27:03 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167406
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r108057 r108108 306 306 <ComponentRef Id="cp_VBoxCAPI" /> 307 307 <?if $(env.VBOX_SIGNING_MODE) != none ?> 308 <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>309 <ComponentRef Id="cp_VBoxSupCat_PreW10" />310 <?endif?>311 308 <ComponentRef Id="cp_VBoxSupCat_W10" /> 312 309 <?endif?> … … 320 317 <?else?> 321 318 <?if $(env.VBOX_SIGNING_MODE) != none ?> 322 <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>323 <ComponentRef Id="cp_USBFilterDriverCat_PreW10" />324 <?endif?>325 319 <ComponentRef Id="cp_USBFilterDriverCat_W10" /> 326 320 <?endif?> 327 321 <ComponentRef Id="cp_USBFilterDriver" /> 328 322 <?if $(env.VBOX_SIGNING_MODE) != none ?> 329 <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>330 <ComponentRef Id="cp_USBDeviceDriverCat_PreW10" />331 <?endif?>332 323 <ComponentRef Id="cp_USBDeviceDriverCat_W10" /> 333 324 <?endif?> … … 344 335 <?else?> 345 336 <?if $(env.VBOX_SIGNING_MODE) != none ?> 346 <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>347 <ComponentRef Id="cp_NetLwfDriverCat_PreW10" />348 <?endif?>349 337 <ComponentRef Id="cp_NetLwfDriverCat_W10" /> 350 338 <?endif?> 351 339 <ComponentRef Id="cp_NetLwfDriver" /> 352 340 <?endif?> 353 341 </Feature> 354 342 <Feature Id="VBoxNetworkAdp" Title="VirtualBox Host-Only Networking" Level="1" Description="!(loc.VB_NetAdp6Driver)" ConfigurableDirectory="INSTALLDIR" TypicalDefault="install" Display="expand" AllowAdvertise="no"> 355 343 <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?> 356 344 <MergeRef Id="msm_VBoxNetworkAdp6" /> 357 345 <?else?> 358 346 <?if $(env.VBOX_SIGNING_MODE) != none ?> 359 <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>360 <ComponentRef Id="cp_NetAdp6DriverCat_PreW10" />361 <?endif?>362 347 <ComponentRef Id="cp_NetAdp6DriverCat_W10" /> 363 348 <?endif?> … … 365 350 <?endif?> 366 351 </Feature> 367 368 352 </Feature> 369 353 <?endif?>
Note:
See TracChangeset
for help on using the changeset viewer.