Changeset 51144 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 25, 2014 2:02:37 PM (11 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r51127 r51144 21 21 into pieces if ever necessary. Maintenance is easier, too. The following component 22 22 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)"> 24 25 <?include $(env.PATH_TARGET)\Files_Doc.wxi ?> 25 26 </Component> … … 330 331 <?if $(env.VBOX_WITH_WEBSERVICES) = "yes" ?> 331 332 <!-- 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)"> 333 335 <File Id="file_VBoxWebSrv.exe" Name="VBoxWebSrv.exe" 334 336 Source="$(env.PATH_OUT)\bin\vboxwebsrv.exe" /> -
trunk/src/VBox/Installer/win/VirtualBox.wxs
r51127 r51144 451 451 <?if $(env.VBOX_WITH_MSM_INSTALL) = "no" ?> 452 452 <?include VBoxMergeAppSeq.wxi ?> 453 <?if $(env.VBOX_WITH_32_ON_64_MAIN_API) = "yes" ?> 454 <?include VBoxMergeCOM32On64Seq.wxi ?> 455 <?endif ?> 453 456 <?if $(env.VBOX_WITH_NETFLT) = "yes" ?> 454 457 <?include VBoxMergeNetFltSeq.wxi ?>
Note:
See TracChangeset
for help on using the changeset viewer.