Changeset 107364 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Dec 18, 2024 4:00:46 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r107362 r107364 92 92 </File> 93 93 94 <?if $(env.VBOX_WITH_MIDL_PROXY_STUB) != "yes" ?>95 94 <!-- Include the auto-generated TypeLib block --> 96 95 <?include $(env.PATH_TARGET)\VirtualBox_TypeLib.wxi ?> 97 <?endif?>98 96 </Component> 99 97 … … 123 121 <Class Id="$(env.VBOX_MIDL_PROXY_CLSID)" Context="InprocServer32" Description="PSFactoryBuffer" ThreadingModel="both" /> 124 122 </File> 125 <?include $(env.PATH_TARGET)\VirtualBox_TypeLib.wxi ?>126 123 </Component> 127 124 <?endif?>
Note:
See TracChangeset
for help on using the changeset viewer.