VirtualBox

Changeset 49537 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Nov 18, 2013 4:19:01 PM (11 years ago)
Author:
vboxsync
Message:

Main/VBoxClient-x86: attempt to fix packaging, needs VBoxRT-x86.dll, and has to move to a separate directory to allow having 32 bit msvc*.dll in the same directory

File:
1 edited

Legend:

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

    r49536 r49537  
    337337
    338338<?if $(env.VBOX_WITH_32_ON_64_MAIN_API) = "yes" ?>
    339                     <!-- The 32-bit client COM component (see also cp_MainCom below). -->
    340                     <Component Id="cp_MainCOM_x86" Guid="B600824E-4A25-2EB3-4B44-3D8CB7F9B92D" Win64="no">
    341                         <File Id="VBoxClient_x86" Name="VBoxClient-x86.dll"
    342                             Source="$(env.PATH_OUT)\bin\VBoxClient-x86.dll" KeyPath="yes">
    343                         </File>
    344                         <?include $(env.PATH_TARGET)\VirtualBox_TypeLib_x86.wxi ?>
    345                     </Component>
     339                    <Directory Id="dir_X86" Name="x86">
     340                        <!-- The 32-bit client COM component (see also cp_MainCom below). -->
     341                        <Component Id="cp_MainCOM_x86" Guid="B600824E-4A25-2EB3-4B44-3D8CB7F9B92D" Win64="no">
     342                            <File Id="VBoxClient_x86" Name="VBoxClient-x86.dll"
     343                                Source="$(env.PATH_OUT)\bin\x86\VBoxClient-x86.dll" KeyPath="yes">
     344                            </File>
     345                            <File Id="VBoxRT_x86" Name="VBoxRT-x86.dll"
     346                                Source="$(env.PATH_OUT)\bin\x86\VBoxRT-x86.dll">
     347                            </File>
     348                            <?include $(env.PATH_TARGET)\VirtualBox_TypeLib_x86.wxi ?>
     349<?if $(env.VBOX_VCC_TOOL_STEM) = "VCC100" ?>
     350                            <!-- MS C/C++ v10.0 32 bit Runtime DLL files. -->
     351                            <File Id="file_msvcr100.dll_x86" Name="msvcr100.dll"
     352                                  Source="$(env.PATH_OUT)\bin\x86\msvcr100.dll" />
     353                            <File Id="file_msvcp100.dll_x86" Name="msvcp100.dll"
     354                                  Source="$(env.PATH_OUT)\bin\x86\msvcp100.dll" />
     355<?endif?>
     356<?if $(env.VBOX_VCC_TOOL_STEM) = "VCC110" ?>
     357                            <!-- MS C/C++ v11.0 Runtime DLL files. -->
     358                            <File Id="file_msvcr110.dll_x86" Name="msvcr110.dll"
     359                                  Source="$(env.PATH_OUT)\bin\x86\msvcr110.dll" />
     360                            <File Id="file_msvcp110.dll_x86" Name="msvcp110.dll"
     361                                  Source="$(env.PATH_OUT)\bin\x86\msvcp110.dll" />
     362<?endif?>
     363                        </Component>
     364                    </Directory>
    346365<?endif?>
    347366
     
    449468                        <File Id="file_VBoxNetDHCP.exe" Name="VBoxNetDHCP.exe"
    450469                              Source="$(env.PATH_OUT)\bin\VBoxNetDHCP.exe"/>
    451                         <File Id="file_VBoxNetNAT.exe" Name="VBoxNetNAT.exe"
     470                        <File Id="file_VBoxNetNAT.exe" Name="VBoxNetNAT.exe"
    452471                              Source="$(env.PATH_OUT)\bin\VBoxNetNAT.exe"/>
    453472<?if $(env.VBOX_WITH_EXTPACK) = "yes" ?>
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