VirtualBox

Ignore:
Timestamp:
May 9, 2014 1:08:07 PM (11 years ago)
Author:
vboxsync
Message:

Windows host installer: Fixes for non-MSM builds.

File:
1 edited

Legend:

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

    r51144 r51225  
    196196    <?endif ?>
    197197<?else ?>
    198                 <?include VBoxMergeApp.wxi ?>
     198                <Directory Id="msm_VBoxApplicationFolder" FileSource=".">
     199                    <?include VBoxMergeApp.wxi ?>
    199200    <?if $(env.VBOX_WITH_32_ON_64_MAIN_API) = "yes" ?>
    200                 <?include VBoxMergeCOM32On64.wxi ?>
     201                    <?include VBoxMergeCOM32On64.wxi ?>
     202                </Directory>
    201203    <?endif ?>
    202204<?endif ?>
     
    206208                        <Merge Id="msm_VBoxUSB" Language="!(loc.LANG)" SourceFile="$(var.Property_VBoxMergeUSB)" DiskId="1" />
    207209<?else ?>
    208                         <?include VBoxMergeUSB.wxi ?>
     210                        <Directory Id="msm_VBoxUSBFolder" FileSource=".">
     211                            <?include VBoxMergeUSB.wxi ?>
     212                        </Directory>
    209213<?endif ?>
    210214                    </Directory>
     
    215219                            <Merge Id="msm_VBoxNetworkFlt" Language="!(loc.LANG)" SourceFile="$(var.Property_VBoxMergeNetworkFlt)" DiskId="1" />
    216220    <?else ?>
    217                             <?include VBoxMergeNetFlt.wxi ?>
     221                            <Directory Id="msm_VBoxNetworkFltFolder" FileSource=".">
     222                                <?include VBoxMergeNetFlt.wxi ?>
     223                            </Directory>
    218224    <?endif ?>
    219225                        </Directory>
     
    223229                            <Merge Id="msm_VBoxNetworkAdp" Language="!(loc.LANG)" SourceFile="$(var.Property_VBoxMergeNetworkAdp)" DiskId="1" />
    224230<?else ?>
    225                             <?include VBoxMergeNetAdp.wxi ?>
     231                            <Directory Id="msm_VBoxNetworkAdpFolder" FileSource=".">
     232                                <?include VBoxMergeNetAdp.wxi ?>
     233                            </Directory>
    226234<?endif ?>
    227235                        </Directory>
     
    234242                        <Merge Id="msm_VBoxPython" Language="!(loc.LANG)" SourceFile="$(var.Property_VBoxMergePython)" DiskId="1" />
    235243    <?else ?>
    236                         <?include VBoxMergePython.wxi ?>
     244                        <Directory Id="msm_VBoxPythonFolder" FileSource=".">
     245                            <?include VBoxMergePython.wxi ?>
     246                        </Directory>
    237247    <?endif ?>
    238248                    </Directory>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette