VirtualBox

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


Ignore:
Timestamp:
Apr 25, 2014 2:02:37 PM (11 years ago)
Author:
vboxsync
Message:

Windows host installer: More explicit 64-bit properties for WiX not bitching around.

Location:
trunk/src/VBox/Installer/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxi

    r51127 r51144  
    2121             into pieces if ever necessary. Maintenance is easier, too. The following component
    2222             will be installed in the "doc" folder -->
    23         <Component Id="cp_Docs" Guid="40BD12C5-89A8-4B81-8A5E-5EEE2C2763C4">
     23        <Component Id="cp_Docs" Guid="40BD12C5-89A8-4B81-8A5E-5EEE2C2763C4"
     24                   Win64="$(var.Property_Win64)">
    2425            <?include $(env.PATH_TARGET)\Files_Doc.wxi ?>
    2526        </Component>
     
    330331<?if $(env.VBOX_WITH_WEBSERVICES) = "yes" ?>
    331332    <!-- Webservice -->
    332     <Component Id="cp_VBoxWebService" Guid="DD404F04-9874-43E9-AEE2-7762924D922E">
     333    <Component Id="cp_VBoxWebService" Guid="DD404F04-9874-43E9-AEE2-7762924D922E"
     334               Win64="$(var.Property_Win64)">
    333335        <File Id="file_VBoxWebSrv.exe" Name="VBoxWebSrv.exe"
    334336              Source="$(env.PATH_OUT)\bin\vboxwebsrv.exe" />
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r51127 r51144  
    451451<?if $(env.VBOX_WITH_MSM_INSTALL) = "no" ?>
    452452        <?include VBoxMergeAppSeq.wxi ?>
     453        <?if $(env.VBOX_WITH_32_ON_64_MAIN_API) = "yes" ?>
     454            <?include VBoxMergeCOM32On64Seq.wxi ?>
     455        <?endif ?>
    453456        <?if $(env.VBOX_WITH_NETFLT) = "yes" ?>
    454457            <?include VBoxMergeNetFltSeq.wxi ?>
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