<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext, branch v5.0.1</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v5.0.1</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v5.0.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-07-15T22:21:20+00:00</updated>
<entry>
<title>Fix faulty memory access in Util's User custom actions</title>
<updated>2024-07-15T22:21:20+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-15T06:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=20319bee4b6b954089ed352a56aa7c8da6e77c0c'/>
<id>urn:sha1:20319bee4b6b954089ed352a56aa7c8da6e77c0c</id>
<content type='text'>
Generally, clean up the handling of getting the domain from a server name by
centralizing and simplifying it behind an improved GetDomainFromServerName()
based on the buggy GetServerName().

Fixes 8576
</content>
</entry>
<entry>
<title>Fix missing WixToolset.Firewall.wixext version</title>
<updated>2024-07-15T22:21:20+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-12T06:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b7d3417879baccf91c3916b3b262cc9fe282e31c'/>
<id>urn:sha1:b7d3417879baccf91c3916b3b262cc9fe282e31c</id>
<content type='text'>
Fixes 8624
</content>
</entry>
<entry>
<title>Build native code with VC v143 toolset only.</title>
<updated>2024-07-15T20:05:10+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-06-10T22:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e081c743d4d6e73bb6997aef9cd724dd255d5ba4'/>
<id>urn:sha1:e081c743d4d6e73bb6997aef9cd724dd255d5ba4</id>
<content type='text'>
v143 output is compatible back to VS2017 (at least).

Fixes https://github.com/wixtoolset/issues/issues/8211.
</content>
</entry>
<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>
</feed>
