VirtualBox

Changeset 108108 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Feb 6, 2025 5:27:03 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167406
Message:

Windows host drivers + installer: Removed _PreW10 support, as this is not supported anymore [build fix, forgot a file].

File:
1 edited

Legend:

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

    r108057 r108108  
    306306    <ComponentRef Id="cp_VBoxCAPI" />
    307307    <?if $(env.VBOX_SIGNING_MODE) != none ?>
    308         <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>
    309             <ComponentRef Id="cp_VBoxSupCat_PreW10" />
    310         <?endif?>
    311308        <ComponentRef Id="cp_VBoxSupCat_W10" />
    312309    <?endif?>
     
    320317    <?else?>
    321318        <?if $(env.VBOX_SIGNING_MODE) != none ?>
    322             <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>
    323                 <ComponentRef Id="cp_USBFilterDriverCat_PreW10" />
    324             <?endif?>
    325319            <ComponentRef Id="cp_USBFilterDriverCat_W10" />
    326320        <?endif?>
    327321            <ComponentRef Id="cp_USBFilterDriver" />
    328322        <?if $(env.VBOX_SIGNING_MODE) != none ?>
    329             <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>
    330                 <ComponentRef Id="cp_USBDeviceDriverCat_PreW10" />
    331             <?endif?>
    332323            <ComponentRef Id="cp_USBDeviceDriverCat_W10" />
    333324        <?endif?>
     
    344335    <?else?>
    345336        <?if $(env.VBOX_SIGNING_MODE) != none ?>
    346             <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>
    347                 <ComponentRef Id="cp_NetLwfDriverCat_PreW10" />
    348             <?endif?>
    349337                <ComponentRef Id="cp_NetLwfDriverCat_W10" />
    350             <?endif?>
     338        <?endif?>
    351339                <ComponentRef Id="cp_NetLwfDriver" />
    352         <?endif?>
     340    <?endif?>
    353341            </Feature>
    354342            <Feature Id="VBoxNetworkAdp" Title="VirtualBox Host-Only Networking" Level="1" Description="!(loc.VB_NetAdp6Driver)" ConfigurableDirectory="INSTALLDIR" TypicalDefault="install" Display="expand" AllowAdvertise="no">
    355         <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
     343    <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    356344                <MergeRef Id="msm_VBoxNetworkAdp6" />
    357         <?else?>
     345    <?else?>
    358346        <?if $(env.VBOX_SIGNING_MODE) != none ?>
    359             <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?>
    360                 <ComponentRef Id="cp_NetAdp6DriverCat_PreW10" />
    361             <?endif?>
    362347                <ComponentRef Id="cp_NetAdp6DriverCat_W10" />
    363348        <?endif?>
     
    365350    <?endif?>
    366351            </Feature>
    367 
    368352        </Feature>
    369353<?endif?>
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