Changeset 38246 in vbox
- Timestamp:
- Aug 1, 2011 8:42:30 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r37975 r38246 45 45 <?endif ?> 46 46 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). --> 47 50 <?if $(env.VBOX_WITH_COMBINED_PACKAGE) = "yes" ?> 48 51 <?define Property_DiskIdCommon = "2" ?> … … 425 428 426 429 <!-- 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)" 428 433 Source="$(env.PATH_OUT)\bin\vbox-img.exe"/> 429 434 <File Id="file_VBoxNetDHCP.exe" Name="VBoxNetDHCP.exe" … … 548 553 <?if $(env.VBOX_WITH_ADDITIONS_PACKING) = "yes" ?> 549 554 <?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)" 551 556 Source="$(env.PATH_MULTIARCH_GUEST_ADDITIONS_ISO)\VBoxGuestAdditions.iso" /> 552 557 <?else ?>
Note:
See TracChangeset
for help on using the changeset viewer.