Changeset 51025 in vbox for trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
- Timestamp:
- Apr 9, 2014 9:35:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r51024 r51025 56 56 <!-- The 32-bit client COM component (see also cp_MainCom below). --> 57 57 <Component Id="cp_MainCOM_x86" Guid="B600824E-4A25-2EB3-4B44-3D8CB7F9B92D" Win64="no"> 58 <File Id="file_VBoxClient_x86" Name="VBoxClient-x86.dll" 58 <!-- Note: This file ID *must not* be changed because of our typelib template generation file! --> 59 <File Id="VBoxClient_x86" Name="VBoxClient-x86.dll" 59 60 Source="$(env.PATH_OUT)\bin\x86\VBoxClient-x86.dll" KeyPath="yes" 60 61 DiskId="$(var.Property_DiskIdCommon)"> … … 91 92 <Component Id="cp_MainCOM" Guid="CD4A3C6C-C2D5-428D-90A1-B6DA3D0777D6" Win64="$(var.Property_Win64)"> 92 93 93 <!-- File ID *must not* be changed because of our typelib template generation file! -->94 <!-- Note: This file ID *must not* be changed because of our typelib template generation file! --> 94 95 <File Id="VBoxSVC" Name="VBoxSVC.exe" 95 96 Source="$(env.PATH_OUT)\bin\VBoxSVC.exe"> … … 99 100 and create appropriate Interface registry entries. Note that the same TLB is present 100 101 in VBoxSVC.exe - it's just a matter of choice which one to use --> 101 <!-- File ID *must not* be changed because of our typelib template generation file! -->102 <!-- Note: This file ID *must not* be changed because of our typelib template generation file! --> 102 103 <File Id="VBoxC" Name="VBoxC.dll" 103 104 Source="$(env.PATH_OUT)\bin\VBoxC.dll" KeyPath="yes"> 104 105 </File> 105 106 106 <!-- Include the auto generated TypeLib block -->107 <!-- Include the auto-generated TypeLib block --> 107 108 <?include $(env.PATH_TARGET)\VirtualBox_TypeLib.wxi ?> 108 109
Note:
See TracChangeset
for help on using the changeset viewer.