VirtualBox

Changeset 107383 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Dec 19, 2024 2:24:31 PM (4 weeks ago)
Author:
vboxsync
Message:

Windows host installer: Fixed MSI installer validator warnings: Removed the component "cp_VBoxSDS" and integrated it into component "cp_MainCOM", as VBoxSDS references files from "cp_MainCOM". bugref:10828

Location:
trunk/src/VBox/Installer/win
Files:
2 edited

Legend:

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

    r107364 r107383  
    9494        <!-- Include the auto-generated TypeLib block -->
    9595        <?include $(env.PATH_TARGET)\VirtualBox_TypeLib.wxi ?>
    96     </Component>
    9796
    9897<?if $(env.VBOX_WITH_SDS) = "yes" ?>
    99     <Component Id="cp_VBoxSDS" Guid="{3DC151E0-CA53-4213-8711-D983FDA28132}">
    100         <File Id="VBoxSDS" Name="VBoxSDS.exe" Vital="yes" KeyPath="yes" Source="$(env.PATH_OUT)\bin\VBoxSDS.exe">
    101         </File>
    102         <!--
    103             The Name of windows service is referenced in different places.
    104             Don't forget to change it in other places too If you change it here :
    105                 VirtualBox.idl (module name),
    106                 VBoxSDS.cpp and VBoxProxyStub.cpp
    107             -->
     98        <File Id="VBoxSDS" Name="VBoxSDS.exe" Vital="yes" Source="$(env.PATH_OUT)\bin\VBoxSDS.exe" />
     99
     100        <!-- The name of the Windows service is referenced in different places.
     101             Don't forget to change it in other places too If you change it here :
     102               - VirtualBox.idl (module name),
     103               - VBoxSDS.cpp and VBoxProxyStub.cpp -->
    108104        <ServiceInstall Id="VBoxSDSInstall" Account="LocalSystem" Type="ownProcess"
    109105                        Name="VBoxSDS" DisplayName="VirtualBox system service"
     
    113109        </ServiceInstall>
    114110        <ServiceControl Id="VBoxSDSControl" Name="VBoxSDS" Stop="both" Remove="uninstall" />
    115     </Component>
    116 <?endif?>
     111<?endif?>
     112    </Component>
    117113
    118114<?if $(env.VBOX_WITH_MIDL_PROXY_STUB) = "yes" ?>
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r107380 r107383  
    275275    <?endif?>
    276276    <ComponentRef Id="cp_MainCOM" />
    277     <?if $(env.VBOX_WITH_SDS) = "yes" ?>
    278         <ComponentRef Id="cp_VBoxSDS" />
    279     <?endif?>
    280277    <?if $(env.VBOX_WITH_MIDL_PROXY_STUB) = "yes" ?>
    281278        <ComponentRef Id="cp_ProxyStub" />
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