<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext/Util/ca, 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-22T20:30:34+00:00</updated>
<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>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 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>
<entry>
<title>Fix RemoveFoldersEx query.</title>
<updated>2023-02-21T20:21:35+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-02-21T19:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=168bd779a1994d390ee862ff3bd2de1e7d7ea031'/>
<id>urn:sha1:168bd779a1994d390ee862ff3bd2de1e7d7ea031</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7236.
</content>
</entry>
<entry>
<title>Minor cleanup of the obsoleted.</title>
<updated>2023-02-10T01:45:37+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-02-10T00:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=2430823990d6a52b3981ffc970d5a42d018b081e'/>
<id>urn:sha1:2430823990d6a52b3981ffc970d5a42d018b081e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CustomActionData names.</title>
<updated>2023-02-02T02:27:12+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-02-02T01:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=77b1f6715534192ab143dd9109aacc50fc78e52a'/>
<id>urn:sha1:77b1f6715534192ab143dd9109aacc50fc78e52a</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/7189.

Also:

- Clean up duplicate caDecor.h.
- Clean up use of CUSTOM_ACTION_DECORATION.
</content>
</entry>
<entry>
<title>As promised, remove CAQuietExec*.</title>
<updated>2023-02-01T02:32:49+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2023-02-01T01:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dd345b20e523ed42c5351c201668f395816a70a7'/>
<id>urn:sha1:dd345b20e523ed42c5351c201668f395816a70a7</id>
<content type='text'>
</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>Fix a couple minor bug in when adding/removing user comments</title>
<updated>2022-10-22T02:08:08+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-10-16T02:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=5589a8081bbeb2f449339be23684e583b6df1c81'/>
<id>urn:sha1:5589a8081bbeb2f449339be23684e583b6df1c81</id>
<content type='text'>
Plus some code clean up so error reporting is consistent.
</content>
</entry>
</feed>
