I have a component that gets installed into the GAC and I need to prevent it from being removed during an uninstall. I've created an XSLT that get applied during harvest. I need to add 'permanent' to the component, but it's not working. Can anyone tell me what the problem might be with what I have?
<xsl:template match="@*|node()"> <xsl:if test="@Source='$(var.GacFiles)\BizObjects.dll'"> <xsl:copy> <xsl:attribute name="Permanent">Yes</xsl:attribute> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:if> </xsl:template> Thanks. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users