We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd65c7d commit 058cec6Copy full SHA for 058cec6
src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs
@@ -509,7 +509,7 @@
509
<ComponentRef Id="C_DepProvider_$(var.ProductNameShort)" />
510
</Feature>
511
512
- <Component Id="C_DepProvider_$(var.ProductNameShort)" Directory="TARGETDIR" Bitness="always32">
+ <Component Id="C_DepProvider_$(var.ProductNameShort)" Directory="TARGETDIR" Bitness="always32" Guid="*">
513
<Provides Key="$(var.ANCMDepProviderKey)" dep:Check="yes" />
514
</Component>
515
</Fragment>
0 commit comments