File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
2
+ <xsl : stylesheet xmlns : xsl =" http://www.w3.org/1999/XSL/Transform" xmlns : wix =" http://schemas.microsoft.com/wix/2006/wi" version =" 1.0" >
4
3
<xsl : output method =" xml" indent =" yes" />
5
-
6
4
<xsl : template match =" @*|*" >
7
5
<xsl : copy >
8
6
<xsl : apply-templates select =" @*|*" />
9
7
</xsl : copy >
10
8
</xsl : template >
11
-
12
9
<!-- Persistent file Id for main executable -->
13
10
<xsl : template match =" wix:File[@Source = 'SourceDir\PasteIntoFile.exe']" >
14
11
<xsl : copy >
15
12
<xsl : attribute name =" Id" >
16
- <xsl : value-of select =' " mainExecutable" ' />
13
+ <xsl : value-of select =" " mainExecutable" " />
17
14
</xsl : attribute >
18
15
<xsl : apply-templates select =" @*[not(name()='Id')]" />
19
16
<xsl : apply-templates select =" *" />
You can’t perform that action at this time.
0 commit comments