VirtualBox

Changeset 70631 in vbox


Ignore:
Timestamp:
Jan 18, 2018 2:38:27 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120355
Message:

Installer/win: move the VBoxSDS and unattended template components to the right place, fixing MSM packaging variant

File:
1 edited

Legend:

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

    r70228 r70631  
    427427        <ComponentRef Id="cp_MainCOM_x86" />
    428428    <?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 ?>
    430433    <?if $(env.VBOX_WITH_MIDL_PROXY_STUB) = "yes" ?>
    431434        <ComponentRef Id="cp_ProxyStub" />
    432435        <ComponentRef Id="cp_ProxyStubLegacy" />
    433436    <?endif?>
    434         <ComponentRef Id="cp_MainBinaries" />
     437    <ComponentRef Id="cp_MainBinaries" />
    435438    <?if $(env.VBOX_WITH_QTGUI) = "yes" ?>
    436439        <ComponentRef Id="cp_QtPlatforms" />
     
    448451        <ComponentRef Id="cp_VBoxWebService" />
    449452    <?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" ?>
    455455        <!-- unattended template component -->
    456456        <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" />
    461459<?endif ?>
    462460
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