File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <xsl : stylesheet version =" 1.0" xmlns : xsl =" http://www.w3.org/1999/XSL/Transform"
3- xmlns : wix =" http://schemas.microsoft.com/wix/2006/wi" >
4- <xsl : output method =" xml" indent =" yes" />
5-
2+ <xsl : stylesheet xmlns : xsl =" http://www.w3.org/1999/XSL/Transform" xmlns : wix =" http://schemas.microsoft.com/wix/2006/wi" version =" 1.0" >
3+ <xsl : output method =" xml" indent =" yes" />
64 <xsl : template match =" @*|*" >
75 <xsl : copy >
86 <xsl : apply-templates select =" @*|*" />
97 </xsl : copy >
108 </xsl : template >
11-
129 <!-- Persistent file Id for main executable -->
1310 <xsl : template match =" wix:File[@Source = 'SourceDir\PasteIntoFile.exe']" >
1411 <xsl : copy >
1512 <xsl : attribute name =" Id" >
16- <xsl : value-of select =' "mainExecutable"' />
13+ <xsl : value-of select =" mainExecutable" />
1714 </xsl : attribute >
1815 <xsl : apply-templates select =" @*[not(name()='Id')]" />
1916 <xsl : apply-templates select =" *" />
You can’t perform that action at this time.
0 commit comments