<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext, branch v5.0.0</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v5.0.0</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v5.0.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-04-04T23:46:53+00:00</updated>
<entry>
<title>NuGet package readmes (4/n)</title>
<updated>2024-04-04T23:46:53+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-04-03T22:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ad78f1ba6693d2603b3465637148a58929b4f680'/>
<id>urn:sha1:ad78f1ba6693d2603b3465637148a58929b4f680</id>
<content type='text'>
See https://github.com/wixtoolset/issues/issues/7862.
</content>
</entry>
<entry>
<title>Fix the upper bound version in native nupkg references</title>
<updated>2024-04-02T16:06:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-04-02T14:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=289c93dc24ba203903d9c8a6261a68de95d3d911'/>
<id>urn:sha1:289c93dc24ba203903d9c8a6261a68de95d3d911</id>
<content type='text'>
Fixes 8091
</content>
</entry>
<entry>
<title>Use the correct case for firewall attribute values</title>
<updated>2024-03-25T00:49:37+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-24T20:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8db36166ee5a051983025c3311ebb654e5c2e5d9'/>
<id>urn:sha1:8db36166ee5a051983025c3311ebb654e5c2e5d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't follow junctions when recursing directories.</title>
<updated>2024-03-22T18:55:43+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-22T18:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e84b6768772c01e44dd55fb583cf78388ec7e48a'/>
<id>urn:sha1:e84b6768772c01e44dd55fb583cf78388ec7e48a</id>
<content type='text'>
When deleting directories recursively, an elevated custom action
following junctions in a user-writable location could recurse into
any directory, including some that you might not want to be deleted.
Therefore, avoid recursing into directories that are actually
junctions (aka "reparse points").

This applies to:

- The RemoveFoldersEx custom action (which doesn't actually do deletions
but would instruct elevated MSI to delete on your behalf).
- DTF's custom action runner.
</content>
</entry>
<entry>
<title>Simplify BootstrapperApplication header files</title>
<updated>2024-03-21T20:07:14+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-21T07:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc'/>
<id>urn:sha1:90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc</id>
<content type='text'>
Take this breaking change opportunity to simplify the header files used by
BA devs.
</content>
</entry>
<entry>
<title>Fix Profile column definition.</title>
<updated>2024-03-18T18:38:06+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-03-17T16:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=db7727a8b38e9ca118792c1f22835b3291314869'/>
<id>urn:sha1:db7727a8b38e9ca118792c1f22835b3291314869</id>
<content type='text'>
It's a formatted field but was too short.

Fixes https://github.com/wixtoolset/issues/issues/8043.
</content>
</entry>
<entry>
<title>Ensure virtual symbols are included when overridden but not referenced</title>
<updated>2024-03-08T23:05:00+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-08T21:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6a3a695b5ac3758fbf4a7836f65d7f85fdd121e0'/>
<id>urn:sha1:6a3a695b5ac3758fbf4a7836f65d7f85fdd121e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests demonstrating linker error.</title>
<updated>2024-03-08T02:57:09+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-03-08T01:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=d8c4f61e080a3950faf8fb46b0a5c849988fec8e'/>
<id>urn:sha1:d8c4f61e080a3950faf8fb46b0a5c849988fec8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename "bundle extension" to "bootstrapper extension" for more consistency</title>
<updated>2024-03-07T18:55:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-07T17:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5baa1dfe8ba2a3bd4728bca118fe1de225f848d4'/>
<id>urn:sha1:5baa1dfe8ba2a3bd4728bca118fe1de225f848d4</id>
<content type='text'>
Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
</content>
</entry>
<entry>
<title>Move wixstdba functions to Bal.wixext build</title>
<updated>2024-03-07T18:55:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-07T09:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dea25ba9bcfd65200b60339c2e4bc060cdf20723'/>
<id>urn:sha1:dea25ba9bcfd65200b60339c2e4bc060cdf20723</id>
<content type='text'>
</content>
</entry>
</feed>
