Skip to content

Commit 058cec6

Browse files
committed
Set GUID
1 parent fd65c7d commit 058cec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
<ComponentRef Id="C_DepProvider_$(var.ProductNameShort)" />
510510
</Feature>
511511

512-
<Component Id="C_DepProvider_$(var.ProductNameShort)" Directory="TARGETDIR" Bitness="always32">
512+
<Component Id="C_DepProvider_$(var.ProductNameShort)" Directory="TARGETDIR" Bitness="always32" Guid="*">
513513
<Provides Key="$(var.ANCMDepProviderKey)" dep:Check="yes" />
514514
</Component>
515515
</Fragment>

0 commit comments

Comments
 (0)