Changeset 107383 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Dec 19, 2024 2:24:31 PM (4 weeks ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r107364 r107383 94 94 <!-- Include the auto-generated TypeLib block --> 95 95 <?include $(env.PATH_TARGET)\VirtualBox_TypeLib.wxi ?> 96 </Component>97 96 98 97 <?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 --> 108 104 <ServiceInstall Id="VBoxSDSInstall" Account="LocalSystem" Type="ownProcess" 109 105 Name="VBoxSDS" DisplayName="VirtualBox system service" … … 113 109 </ServiceInstall> 114 110 <ServiceControl Id="VBoxSDSControl" Name="VBoxSDS" Stop="both" Remove="uninstall" /> 115 </Component>116 <?endif?>111 <?endif?> 112 </Component> 117 113 118 114 <?if $(env.VBOX_WITH_MIDL_PROXY_STUB) = "yes" ?> -
trunk/src/VBox/Installer/win/VirtualBox.wxs
r107380 r107383 275 275 <?endif?> 276 276 <ComponentRef Id="cp_MainCOM" /> 277 <?if $(env.VBOX_WITH_SDS) = "yes" ?>278 <ComponentRef Id="cp_VBoxSDS" />279 <?endif?>280 277 <?if $(env.VBOX_WITH_MIDL_PROXY_STUB) = "yes" ?> 281 278 <ComponentRef Id="cp_ProxyStub" />
Note:
See TracChangeset
for help on using the changeset viewer.