<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/dtf, branch v4.0.1</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.1</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2023-03-26T08:21:54+00:00</updated>
<entry>
<title>Fix for wrong column index values in WixToolset.Dtf.WindowsInstaller.Linq.Entities.RemoveFile_</title>
<updated>2023-03-26T08:21:54+00:00</updated>
<author>
<name>Narcis Dumitrescu</name>
<email>narcis.dumitrescu@selfpay.ro</email>
</author>
<published>2023-03-25T23:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a8fc7ce5540891e7b5d30f2e4f0adcda12762ad3'/>
<id>urn:sha1:a8fc7ce5540891e7b5d30f2e4f0adcda12762ad3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix key table names in colum definitions.</title>
<updated>2022-12-21T23:16:45+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-12-21T22:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5b57b401ce25da930d66f1b5ef2cb8fac0ce1958'/>
<id>urn:sha1:5b57b401ce25da930d66f1b5ef2cb8fac0ce1958</id>
<content type='text'>
- Also fix typo.
- Make WiX source file parseable.
</content>
</entry>
<entry>
<title>Minimize calls into GitInfo by caching results during build_init</title>
<updated>2022-11-13T15:27:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-11T07:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c8a832c931f6c34892e596a11c14e9181d5eee16'/>
<id>urn:sha1:c8a832c931f6c34892e596a11c14e9181d5eee16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pack CA assembly only after it exists</title>
<updated>2022-10-31T17:57:14+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-25T18:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=00a024e8595784e485115543f6045a0c5ea11ebc'/>
<id>urn:sha1:00a024e8595784e485115543f6045a0c5ea11ebc</id>
<content type='text'>
Trying to pack the CA assembly before it is built reports erroneous
or redundant error messages so don't do that.

Fixes 6968
</content>
</entry>
<entry>
<title>Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s</title>
<updated>2022-10-15T18:45:54+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-14T21:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a3af25607b56f5ecf21d6712a8367217e5c43eb0'/>
<id>urn:sha1:a3af25607b56f5ecf21d6712a8367217e5c43eb0</id>
<content type='text'>
Fixes 6944
</content>
</entry>
<entry>
<title>Support using response file for long command-lines in MakeSfxCA</title>
<updated>2022-04-01T01:01:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-03-31T23:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=88b472e81aae5bcd68255469c5f54e9e35a41ec3'/>
<id>urn:sha1:88b472e81aae5bcd68255469c5f54e9e35a41ec3</id>
<content type='text'>
Fixes wixtoolset/issues#4688
</content>
</entry>
<entry>
<title>Provide managed CA and Embedded UI DTF libraries via NuGet</title>
<updated>2022-04-01T01:01:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-03-31T18:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=47582b162368e8edf7a3b11c13b8e9dabc5f0a26'/>
<id>urn:sha1:47582b162368e8edf7a3b11c13b8e9dabc5f0a26</id>
<content type='text'>
Lots of refactoring to bring the SFX tooling back into the 'dtf'
layer since they are (in the end) tightly coupled to some DTF
assemblies. Also refactored the DTF tests into their own folder
and added a couple integration tests to build using the new CA/UI
NuGet package.

Closes wixtoolset/issues#6080
</content>
</entry>
<entry>
<title>Fix resource enumeration of 64-bit images</title>
<updated>2022-04-01T01:01:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-03-31T18:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=167296c42497c4e95f0d5d71168542d747655981'/>
<id>urn:sha1:167296c42497c4e95f0d5d71168542d747655981</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove warnings and make sure more don't creep in.</title>
<updated>2022-01-01T16:24:08+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2021-12-31T22:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5be795c6bcbc03bc37f7cf7c758298ccfaa884ca'/>
<id>urn:sha1:5be795c6bcbc03bc37f7cf7c758298ccfaa884ca</id>
<content type='text'>
Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
</content>
</entry>
<entry>
<title>Build simplification and parallelization</title>
<updated>2021-12-30T16:15:54+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2021-12-21T20:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4cd4828e6225a2ff5e81002a7f6f7401570b21c4'/>
<id>urn:sha1:4cd4828e6225a2ff5e81002a7f6f7401570b21c4</id>
<content type='text'>
</content>
</entry>
</feed>
