<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext, branch v4.0.0-rc.2</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.0-rc.2</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.0-rc.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2023-01-19T02:07:03+00:00</updated>
<entry>
<title>Improve error messages from BalBurnBackendExtension.</title>
<updated>2023-01-19T02:07:03+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-01-19T01:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7a0aa56131ba7fa3b63788908c164d0f8118e3fc'/>
<id>urn:sha1:7a0aa56131ba7fa3b63788908c164d0f8118e3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add netfx:DotNetCoreSdkFeatureBandSearch.</title>
<updated>2023-01-19T00:10:56+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-01-16T01:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=d180bc6df297422f189ffd08a0dd558bfbeba1ca'/>
<id>urn:sha1:d180bc6df297422f189ffd08a0dd558bfbeba1ca</id>
<content type='text'>
7058
</content>
</entry>
<entry>
<title>Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheck</title>
<updated>2023-01-19T00:10:56+00:00</updated>
<author>
<name>Staffan Gustafsson</name>
<email>staffangu@outlook.com</email>
</author>
<published>2022-11-30T16:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=853887b4e84df1965794802b7683f3a9aca3e930'/>
<id>urn:sha1:853887b4e84df1965794802b7683f3a9aca3e930</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove extension data after extensions get PreDecompileTables callback</title>
<updated>2023-01-16T08:54:06+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-01-15T01:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5f744a8c7da649721f7022dc174febd79e7e3e14'/>
<id>urn:sha1:5f744a8c7da649721f7022dc174febd79e7e3e14</id>
<content type='text'>
Also update Util.wixext decompiler extension to handle the new
elements that compile into CustomActions with no additional table data.
These exposed the weakness in the decompiler where extension data was
removed before extensions got a chance to pre-decompile.

Fixes 7151
</content>
</entry>
<entry>
<title>Write an error when the .NET Core BA is missing the BAFactoryAssembly.</title>
<updated>2023-01-16T04:03:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-01-16T02:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ecbaffc08239e061a7dbaa92ff3c72acd53a0bae'/>
<id>urn:sha1:ecbaffc08239e061a7dbaa92ff3c72acd53a0bae</id>
<content type='text'>
7166
</content>
</entry>
<entry>
<title>Expose QueryNativeMachine.</title>
<updated>2023-01-15T03:18:22+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-01-15T02:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=46beca0ebe4d06797617ccdab7171b4e64f435ca'/>
<id>urn:sha1:46beca0ebe4d06797617ccdab7171b4e64f435ca</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7158.
</content>
</entry>
<entry>
<title>Fix compiler to handle util:ServiceConfig absent reset period and start delay</title>
<updated>2023-01-12T20:47:53+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-01-12T19:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e3b4af31d93962a7bd0a417d400921e00e9e249a'/>
<id>urn:sha1:e3b4af31d93962a7bd0a417d400921e00e9e249a</id>
<content type='text'>
Fixes 7150
</content>
</entry>
<entry>
<title>VSExtension cleanup:</title>
<updated>2023-01-12T02:29:41+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-01-12T01:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=10794363b90e49885ace5729bb45af4da5d0f220'/>
<id>urn:sha1:10794363b90e49885ace5729bb45af4da5d0f220</id>
<content type='text'>
- Add ARM64-specific custom action.
- Remove "naked" `CustomActionRef`s.
- Clean up `wix convert` behavior:
  - Remove `PropertyRef`s for properties CA always sets.

Fixes https://github.com/wixtoolset/issues/issues/7100.
Fixes https://github.com/wixtoolset/issues/issues/7153.
</content>
</entry>
<entry>
<title>Fix missing prefixes in IIS table names.</title>
<updated>2023-01-02T03:50:17+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-01-02T03:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=176f0dc2a382ebac3c3fdfb8afd688e0c98126fc'/>
<id>urn:sha1:176f0dc2a382ebac3c3fdfb8afd688e0c98126fc</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7120.
</content>
</entry>
<entry>
<title>Fix RegistrySymbol creation helper for non-string types</title>
<updated>2022-12-23T01:25:11+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-12-23T00:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=156ccd9db15eafe6b4fef72097dfa04337599f91'/>
<id>urn:sha1:156ccd9db15eafe6b4fef72097dfa04337599f91</id>
<content type='text'>
Fixes 7108
</content>
</entry>
</feed>
