VirtualBox

Changeset 38246 in vbox


Ignore:
Timestamp:
Aug 1, 2011 8:42:30 AM (13 years ago)
Author:
vboxsync
Message:

Windows host installer: Only ship vbox-img.exe in 32-bit.

File:
1 edited

Legend:

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

    r37975 r38246  
    4545<?endif ?>
    4646
     47<!-- If we build a combined installer (32- and 64-bit in one installer), we
     48     use two installer "disks": One for all platform-specific stuff and one which
     49     contains all common (platform independent) stuff (like manuals, bitmaps etc). -->
    4750<?if $(env.VBOX_WITH_COMBINED_PACKAGE) = "yes" ?>
    4851    <?define Property_DiskIdCommon = "2" ?>
     
    425428
    426429                        <!-- Misc tools -->
    427                         <File Id="file_VBoxImg.exe" Name="vbox-img.exe"
     430                        <!-- We only ship vbox-img.exe in a 32-bit binary -- a 64-bit one
     431                             is not required. -->
     432                        <File Id="file_VBoxImg.exe" Name="vbox-img.exe" DiskId="$(var.Property_DiskIdCommon)"
    428433                              Source="$(env.PATH_OUT)\bin\vbox-img.exe"/>
    429434                        <File Id="file_VBoxNetDHCP.exe" Name="VBoxNetDHCP.exe"
     
    548553<?if $(env.VBOX_WITH_ADDITIONS_PACKING) = "yes" ?>
    549554    <?if $(env.VBOX_WITH_COMBINED_PACKAGE) = "yes" ?>
    550                         <File Id="file_VBoxGuestAdditions.iso" Name="VBoxGuestAdditions.iso" DiskId="2"
     555                        <File Id="file_VBoxGuestAdditions.iso" Name="VBoxGuestAdditions.iso" DiskId="$(var.Property_DiskIdCommon)"
    551556                              Source="$(env.PATH_MULTIARCH_GUEST_ADDITIONS_ISO)\VBoxGuestAdditions.iso" />
    552557    <?else ?>
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