<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext, branch v4.0.5</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.5</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-03-22T21:25:14+00:00</updated>
<entry>
<title>Work around lack of upper-bound limit on extension versions</title>
<updated>2024-03-22T21:25:14+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-22T21:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ec9e2678b2051583ea24d8cec29572851f3db105'/>
<id>urn:sha1:ec9e2678b2051583ea24d8cec29572851f3db105</id>
<content type='text'>
See issue 8033 for more details
</content>
</entry>
<entry>
<title>Don't follow junctions when recursing directories.</title>
<updated>2024-03-22T20:30:34+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=2e5960b575881567a8807e6b8b9c513138b19742'/>
<id>urn:sha1:2e5960b575881567a8807e6b8b9c513138b19742</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>Clean up TouchFile.</title>
<updated>2024-02-06T15:54:28+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-01-19T21:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b22869018d81b781ae129f650ace78a1ed0530ae'/>
<id>urn:sha1:b22869018d81b781ae129f650ace78a1ed0530ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build tweaks to support VS 17.8...</title>
<updated>2024-01-28T17:22:41+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-11-27T03:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6a6f1eb8d4e86b63b455d6676455e6489ee147a4'/>
<id>urn:sha1:6a6f1eb8d4e86b63b455d6676455e6489ee147a4</id>
<content type='text'>
...because SemVer is just a suggestion.

- Also fix missing NuGet cleanup.
- And update NuGet^2 packages because v6.3.1 has vulnerabilities.
</content>
</entry>
<entry>
<title>Properly fragment NetFx custom actions.</title>
<updated>2023-08-15T23:10:26+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-08-15T22:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=70096fc3dbcc32edf311d3c22d713d4b8fbf7baf'/>
<id>urn:sha1:70096fc3dbcc32edf311d3c22d713d4b8fbf7baf</id>
<content type='text'>
FIxes https://github.com/wixtoolset/issues/issues/7677.
</content>
</entry>
<entry>
<title>Remove legacy permissions support.</title>
<updated>2023-08-07T20:35:54+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-07-30T00:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b5b3a63ca7e7b0fd0784182ff6be7878328068b7'/>
<id>urn:sha1:b5b3a63ca7e7b0fd0784182ff6be7878328068b7</id>
<content type='text'>
In the long ago, a share could have one user/permissions pair. That's
really limited, of course, so support for _n_ user/permissions pairs
was added. In the move to WiX v4, support for that single, legacy user
was removed from the extension side but not the custom action side.
Remove that support.

Fixes https://github.com/wixtoolset/issues/issues/7632.
</content>
</entry>
<entry>
<title>fix stack corruption around cbdata when adding a machine certificate</title>
<updated>2023-08-07T20:35:40+00:00</updated>
<author>
<name>chris_bednarski</name>
<email>Chris.Bednarski@minfos.com.au</email>
</author>
<published>2023-08-02T09:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=023aa61a85c4ae6683f4858bfe76d1990ec63816'/>
<id>urn:sha1:023aa61a85c4ae6683f4858bfe76d1990ec63816</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Msmq key table relationship.</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-05-03T00:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=13dbe58b6be7b7c5d6b01ef7273331fc5e2f252c'/>
<id>urn:sha1:13dbe58b6be7b7c5d6b01ef7273331fc5e2f252c</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7454.
</content>
</entry>
<entry>
<title>Fix XmlConfig decompile to produce schema element, Add unitest for XmlDecomile</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>fyodorkor</name>
<email>fyodorkor@gmail.com</email>
</author>
<published>2023-04-13T19:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=9b78fdffb9c651d5f03cffdde8b0ae6c77598d63'/>
<id>urn:sha1:9b78fdffb9c651d5f03cffdde8b0ae6c77598d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix XmlConfig lookup logic.</title>
<updated>2023-06-03T08:24:39+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-04-28T01:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1d7ca4c4d7edfb16be7ca24ca680c9b630d56e7c'/>
<id>urn:sha1:1d7ca4c4d7edfb16be7ca24ca680c9b630d56e7c</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7377.
Requires fix for https://github.com/wixtoolset/issues/issues/7444.
</content>
</entry>
</feed>
