Changeset 106986 in vbox for trunk/src/VBox/Installer/win/VBoxMergeNetLwf.wxi
- Timestamp:
- Nov 13, 2024 1:12:38 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeNetLwf.wxi
r106061 r106986 28 28 <?if $(env.VBOX_WITH_NETFLT) = "yes" ?> 29 29 30 <?if $(env.VBOX_SIGNING_MODE) != none ?> 31 <Component Id="cp_NetLwfDriverCat_PreW10" Guid="cede9469-b1bc-4194-348f-8799485a6283" Bitness="$(var.Property_Bitness)" Condition="(NETWORKTYPE="NDIS6") AND (NOT VBOX_IS_WINDOWS_10)"> 32 <!-- Note: ShortName is required to avoid naming collisions the the MSI file table. --> 33 <File Id="file_VBoxNetLwf_PreW10.cat" ShortName="NetLwf1.cat" Name="VBoxNetLwf.cat" Source="$(env.PATH_OUT)\bin\VBoxNetLwf-PreW10.cat" /> 34 </Component> 35 <Component Id="cp_NetLwfDriverCat_W10" Guid="0932500d-4d45-4d79-8693-3192528d7cae" Bitness="$(var.Property_Bitness)" Condition="(NETWORKTYPE="NDIS6") AND (VBOX_IS_WINDOWS_10)"> 36 <!-- Note: ShortName is required to avoid naming collisions the the MSI file table. --> 37 <File Id="file_VBoxNetLwf_W10.cat" ShortName="NetLwf2.cat" Name="VBoxNetLwf.cat" Source="$(env.PATH_OUT)\bin\VBoxNetLwf.cat" /> 38 </Component> 39 <?endif?> 30 <?if $(env.VBOX_SIGNING_MODE) != "none" ?> 31 <?if $(env.KBUILD_TARGET_ARCH) = "amd64" ?> 32 <Component Id="cp_NetLwfDriverCat_PreW10" Guid="cede9469-b1bc-4194-348f-8799485a6283" Bitness="$(var.Property_Bitness)" Condition="(NETWORKTYPE="NDIS6") AND (NOT VBOX_IS_WINDOWS_10)"> 33 <!-- Note: ShortName is required to avoid naming collisions the the MSI file table. --> 34 <File Id="file_VBoxNetLwf_PreW10.cat" ShortName="NetLwf1.cat" Name="VBoxNetLwf.cat" Source="$(env.PATH_OUT)\bin\VBoxNetLwf-PreW10.cat" /> 35 </Component> 36 <?endif?> 37 <Component Id="cp_NetLwfDriverCat_W10" Guid="0932500d-4d45-4d79-8693-3192528d7cae" Bitness="$(var.Property_Bitness)" Condition="(NETWORKTYPE="NDIS6") AND (VBOX_IS_WINDOWS_10)"> 38 <!-- Note: ShortName is required to avoid naming collisions the the MSI file table. --> 39 <File Id="file_VBoxNetLwf_W10.cat" ShortName="NetLwf2.cat" Name="VBoxNetLwf.cat" Source="$(env.PATH_OUT)\bin\VBoxNetLwf.cat" /> 40 </Component> 41 <?endif?> 40 42 41 43 <Component Id="cp_NetLwfDriver" Guid="831b909d-f09a-4281-b6b0-99393fa4769d" Bitness="$(var.Property_Bitness)" Condition="(NETWORKTYPE="NDIS6")">
Note:
See TracChangeset
for help on using the changeset viewer.