VirtualBox

Ignore:
Timestamp:
Apr 9, 2014 9:35:00 PM (11 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r51024 r51025  
    5656        <!-- The 32-bit client COM component (see also cp_MainCom below). -->
    5757        <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"
    5960                  Source="$(env.PATH_OUT)\bin\x86\VBoxClient-x86.dll" KeyPath="yes"
    6061                  DiskId="$(var.Property_DiskIdCommon)">
     
    9192    <Component Id="cp_MainCOM" Guid="CD4A3C6C-C2D5-428D-90A1-B6DA3D0777D6" Win64="$(var.Property_Win64)">
    9293
    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! -->
    9495        <File Id="VBoxSVC" Name="VBoxSVC.exe"
    9596              Source="$(env.PATH_OUT)\bin\VBoxSVC.exe">
     
    99100             and create appropriate Interface registry entries. Note that the same TLB is present
    100101             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! -->
    102103        <File Id="VBoxC" Name="VBoxC.dll"
    103104              Source="$(env.PATH_OUT)\bin\VBoxC.dll" KeyPath="yes">
    104105        </File>
    105106
    106         <!-- Include the autogenerated TypeLib block -->
     107        <!-- Include the auto-generated TypeLib block -->
    107108        <?include $(env.PATH_TARGET)\VirtualBox_TypeLib.wxi ?>
    108109
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