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 ad260d6 commit 56777f9Copy full SHA for 56777f9
admin/win/msi/collect-transform.xsl.in
@@ -42,4 +42,8 @@
42
<xsl:key name="vc-redist-64-search" match="wix:Component[contains(wix:File/@Source, 'vc_redist.x64.exe')]" use="@Id" />
43
<xsl:template match="wix:Component[key('vc-redist-64-search', @Id)]" />
44
<xsl:template match="wix:ComponentRef[key('vc-redist-64-search', @Id)]" />
45
-</xsl:stylesheet>
+
46
+ <xsl:key name="Qt6 WebEngine Core PDB" match="wix:Component[contains(wix:File/@Source, 'Qt6WebEngineCore.pdb')]" use="@Id" />
47
+ <xsl:template match="wix:Component[key('Qt6 WebEngine Core PDB', @Id)]" />
48
+ <xsl:template match="wix:ComponentRef[key('Qt6 WebEngine Core PDB', @Id)]" />
49
+</xsl:stylesheet>
0 commit comments